Skip to content

Commit 4a5a788

Browse files
honglookercopybara-github
authored andcommitted
internal change
PiperOrigin-RevId: 793707986
1 parent db4ea2b commit 4a5a788

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hpb_generator/keywords.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212

1313
#include "absl/strings/string_view.h"
1414

15-
namespace google::protobuf::hpb_generator {
15+
namespace google {
16+
namespace protobuf {
17+
namespace hpb_generator {
1618

1719
// Resolves proto field name conflict with C++ reserved keywords.
1820
std::string ResolveKeywordConflict(absl::string_view name);
19-
21+
} // namespace hpb_generator
2022
} // namespace protobuf
21-
} // namespace google::hpb_generator
23+
} // namespace google
2224

2325
#endif // GOOGLE_PROTOBUF_COMPILER_HPB_KEYWORDS_H__

0 commit comments

Comments
 (0)