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/threading/non_thread_safe_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/threading/non_thread_safe_impl.h') diff --git a/base/threading/non_thread_safe_impl.h b/base/threading/non_thread_safe_impl.h index 12925f1..ab0999a 100644 --- a/base/threading/non_thread_safe_impl.h +++ b/base/threading/non_thread_safe_impl.h @@ -6,6 +6,7 @@ #define BASE_THREADING_NON_THREAD_SAFE_IMPL_H_ #pragma once +#include "base/base_api.h" #include "base/threading/thread_checker_impl.h" namespace base { @@ -16,7 +17,7 @@ namespace base { // // Note: You should almost always use the NonThreadSafe class to get // the right version of the class for your build configuration. -class NonThreadSafeImpl { +class BASE_API NonThreadSafeImpl { public: ~NonThreadSafeImpl(); -- cgit v1.1