Project import generated by Copybara.

PiperOrigin-RevId: 437723004
diff --git a/rs_bindings_from_cc/ir.h b/rs_bindings_from_cc/ir.h
index 8a3b165..7029caa 100644
--- a/rs_bindings_from_cc/ir.h
+++ b/rs_bindings_from_cc/ir.h
@@ -392,7 +392,7 @@
   llvm::json::Value ToJson() const;
 
   UnqualifiedIdentifier name;
-  BlazeLabel owning_target;
+  BazelLabel owning_target;
   llvm::Optional<std::string> doc_comment;
   std::string mangled_name;
   MappedType return_type;
@@ -498,7 +498,7 @@
   std::string cc_name;
 
   ItemId id;
-  BlazeLabel owning_target;
+  BazelLabel owning_target;
   llvm::Optional<std::string> doc_comment;
   std::vector<BaseClass> unambiguous_public_bases;
   std::vector<Field> fields;
@@ -559,7 +559,7 @@
 
   Identifier identifier;
   ItemId id;
-  BlazeLabel owning_target;
+  BazelLabel owning_target;
   MappedType underlying_type;
   std::vector<Enumerator> enumerators;
 };
@@ -574,7 +574,7 @@
 
   Identifier identifier;
   ItemId id;
-  BlazeLabel owning_target;
+  BazelLabel owning_target;
   llvm::Optional<std::string> doc_comment;
   MappedType underlying_type;
 };
@@ -634,7 +634,7 @@
   // Collection of public headers that were used to construct the AST this `IR`
   // is generated from.
   std::vector<HeaderName> used_headers;
-  BlazeLabel current_target;
+  BazelLabel current_target;
 
   using Item =
       std::variant<Func, Record, Enum, TypeAlias, UnsupportedItem, Comment>;