Update GetMiniTable namespace from protos::internal to hpb::interop::upb

PiperOrigin-RevId: 666061587
pull/17893/head
Hong Shin 3 months ago committed by Copybara-Service
parent 6a177829fc
commit 582201a95e
  1. 6
      hpb/backend/upb/BUILD
  2. 1
      protos/BUILD
  3. 2
      protos/protos.h

@ -29,7 +29,11 @@ cc_library(
compatible_with = ["//buildenv/target:non_prod"], compatible_with = ["//buildenv/target:non_prod"],
visibility = [ visibility = [
"//hpb:__subpackages__", "//hpb:__subpackages__",
"//protos:__pkg__", "//video/youtube/utils/elements/client/component_type:__pkg__",
"//video/youtube/utils/elements/idom/styling/style_provider:__pkg__",
"//video/youtube/utils/elements/idom/styling/theme_provider:__pkg__",
"//video/youtube/utils/elements/javascript/client/proto/upb/native:__pkg__",
"//video/youtube/utils/elements/upb/crosslang:__pkg__",
], ],
deps = [ deps = [
"//hpb:ptr", "//hpb:ptr",

@ -24,7 +24,6 @@
# visibility = ["//visibility:public"], # visibility = ["//visibility:public"],
# deps = [ # deps = [
# "//hpb", # "//hpb",
# "//hpb/backend/upb:interop",
# ], # ],
# ) # )
# end:google_only # end:google_only

@ -6,7 +6,6 @@
// https://developers.google.com/open-source/licenses/bsd // https://developers.google.com/open-source/licenses/bsd
#ifndef UPB_PROTOS_PROTOS_H_ #ifndef UPB_PROTOS_PROTOS_H_
#define UPB_PROTOS_PROTOS_H_ #define UPB_PROTOS_PROTOS_H_
#include "google/protobuf/hpb/backend/upb/interop.h"
#include "google/protobuf/hpb/hpb.h" #include "google/protobuf/hpb/hpb.h"
namespace protos { namespace protos {
namespace internal { namespace internal {
@ -18,7 +17,6 @@ using hpb::internal::GetInternalMsg;
using hpb::internal::PrivateAccess; using hpb::internal::PrivateAccess;
using hpb::internal::Serialize; using hpb::internal::Serialize;
using hpb::internal::SetExtension; using hpb::internal::SetExtension;
using hpb::interop::upb::GetMiniTable;
} // namespace internal } // namespace internal
using hpb::Parse; using hpb::Parse;
using hpb::Serialize; using hpb::Serialize;

Loading…
Cancel
Save