From 90509cbdde392aa218771f6673b9b5a6600c2b57 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Fri, 25 Mar 2011 18:46:38 +0000 Subject: Base: A few more files using BASE_API (for base.dll) BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6733031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79426 0039d316-1c4b-4281-b951-d872f2087c98 --- base/pickle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/pickle.h') diff --git a/base/pickle.h b/base/pickle.h index 9d449ae..20878e0 100644 --- a/base/pickle.h +++ b/base/pickle.h @@ -8,6 +8,7 @@ #include +#include "base/base_api.h" #include "base/basictypes.h" #include "base/gtest_prod_util.h" #include "base/logging.h" @@ -30,7 +31,7 @@ // space is controlled by the header_size parameter passed to the Pickle // constructor. // -class Pickle { +class BASE_API Pickle { public: // Initialize a Pickle object using the default header size. Pickle(); -- cgit v1.1