Skip to content

Commit

Permalink
Migrate PrivateAccess from protos to hpb
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670965004
  • Loading branch information
honglooker authored and copybara-github committed Sep 4, 2024
1 parent c841627 commit b01eee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion hpb/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cc_library(
cc_library(
name = "internal",
hdrs = ["internal.h"],
visibility = ["//hpb:__subpackages__"],
visibility = [
"//hpb:__subpackages__",
],
deps = [
"//upb:mem",
"//upb:message",
Expand Down
2 changes: 0 additions & 2 deletions protos/protos.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
namespace protos {
namespace internal {
using hpb::internal::GetInternalMsg;
using hpb::internal::PrivateAccess;
using hpb::internal::Serialize;
using hpb::internal::SetExtension;
} // namespace internal


using hpb::Arena;
using hpb::Ptr;
} // namespace protos
Expand Down

0 comments on commit b01eee7

Please sign in to comment.