| Index: base/pickle.h
|
| diff --git a/base/pickle.h b/base/pickle.h
|
| index 70b8eefd2bda67e5cdf0dd805d2284c4d0bfe8d4..2e3cd3664f87a702e910333059f22de6846ef92c 100644
|
| --- a/base/pickle.h
|
| +++ b/base/pickle.h
|
| @@ -337,7 +337,7 @@ class BASE_EXPORT Pickle {
|
| size_t write_offset_;
|
|
|
| // Just like WriteBytes, but with a compile-time size, for performance.
|
| - template<size_t length> void WriteBytesStatic(const void* data);
|
| + template<size_t length> void BASE_EXPORT WriteBytesStatic(const void* data);
|
|
|
| // Writes a POD by copying its bytes.
|
| template <typename T> bool WritePOD(const T& data) {
|
|
|