Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Side by Side Diff: third_party/protobuf/src/google/protobuf/globals.cc

Issue 2746493002: Reland of Statically link libprotobuf_lite on Linux (Closed)
Patch Set: Really fix Win dbg Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/src/google/protobuf/generated_message_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include <google/protobuf/generated_message_util.h>
2
3 namespace google {
4 namespace protobuf {
5 namespace internal {
6
7 const ::std::string* cr_empty_string_;
8 GOOGLE_PROTOBUF_DECLARE_ONCE(cr_empty_string_once_init_);
9
10 } // namespace internal
11 } // namespace protobuf
12 } // namespace google
OLDNEW
« no previous file with comments | « third_party/protobuf/src/google/protobuf/generated_message_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698