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

Unified Diff: Source/wtf/AutodrainedPool.h

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: Source/wtf/AutodrainedPool.h
diff --git a/Source/wtf/AutodrainedPool.h b/Source/wtf/AutodrainedPool.h
index 955c289d19c7da9e75e52b26606a24f6eab66752..26a3a57bab4838f9e89ca531945cbdcf8cd7ce80 100644
--- a/Source/wtf/AutodrainedPool.h
+++ b/Source/wtf/AutodrainedPool.h
@@ -29,13 +29,14 @@
#ifndef AutodrainedPool_h
#define AutodrainedPool_h
-#include <wtf/Noncopyable.h>
+#include "wtf/Noncopyable.h"
+#include "wtf/WTFExport.h"
OBJC_CLASS NSAutoreleasePool;
namespace WTF {
-class AutodrainedPool {
+class WTF_EXPORT AutodrainedPool {
WTF_MAKE_NONCOPYABLE(AutodrainedPool);
public:
explicit AutodrainedPool(int iterationLimit = 1);

Powered by Google App Engine
This is Rietveld 408576698