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

Unified Diff: base/pickle.h

Issue 327613002: dllexport Pickle::WriteBytesStatic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put BASE_EXPORT on the declaration instead Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698