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

Unified Diff: base/mac/scoped_nsautorelease_pool.h

Issue 7474010: mac: Components build for base, easy part (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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 | « base/mac/os_crash_dumps.h ('k') | base/mac/scoped_nsexception_enabler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/scoped_nsautorelease_pool.h
diff --git a/base/mac/scoped_nsautorelease_pool.h b/base/mac/scoped_nsautorelease_pool.h
index 0a95bd1be8b195485a591fe3c31463c064a7b1f1..25b7069feef157fc0750cfce174cfbe5344a2658 100644
--- a/base/mac/scoped_nsautorelease_pool.h
+++ b/base/mac/scoped_nsautorelease_pool.h
@@ -6,6 +6,7 @@
#define BASE_MAC_SCOPED_NSAUTORELEASE_POOL_H_
#pragma once
+#include "base/base_api.h"
#include "base/basictypes.h"
#if defined(OS_MACOSX)
@@ -27,7 +28,7 @@ namespace mac {
// On other platforms, ScopedNSAutoreleasePool is an empty object with no
// effects. This allows it to be used directly in cross-platform code without
// ugly #ifdefs.
-class ScopedNSAutoreleasePool {
+class BASE_API ScopedNSAutoreleasePool {
public:
#if !defined(OS_MACOSX)
ScopedNSAutoreleasePool() {}
« no previous file with comments | « base/mac/os_crash_dumps.h ('k') | base/mac/scoped_nsexception_enabler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698