Chromium Code Reviews

Unified Diff: third_party/protobuf/src/google/protobuf/io/coded_stream.h

Issue 2756543002: Statically link libprotobuf_lite on Linux component builds (Closed)
Patch Set: Extract all global data to globals.cc Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/protobuf/src/google/protobuf/io/coded_stream.h
diff --git a/third_party/protobuf/src/google/protobuf/io/coded_stream.h b/third_party/protobuf/src/google/protobuf/io/coded_stream.h
index c81a33ac6b25c459819fa4c48a0b885675e194cf..db212f74e9083e2ed5e2ddc93785fab2c2985442 100644
--- a/third_party/protobuf/src/google/protobuf/io/coded_stream.h
+++ b/third_party/protobuf/src/google/protobuf/io/coded_stream.h
@@ -613,7 +613,7 @@ class LIBPROTOBUF_EXPORT CodedInputStream {
static const int kDefaultTotalBytesWarningThreshold = 32 << 20; // 32MB
- static int default_recursion_limit_; // 100 by default.
+ static const int default_recursion_limit_; // 100 by default.
};
// Class which encodes and writes binary data which is composed of varint-
« no previous file with comments | « third_party/protobuf/src/google/protobuf/globals.cc ('k') | third_party/protobuf/src/google/protobuf/io/coded_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine