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

Unified Diff: Source/wtf/ParallelJobsGeneric.h

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports 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
« no previous file with comments | « Source/wtf/OSRandomSource.cpp ('k') | Source/wtf/ParallelJobsLibdispatch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ParallelJobsGeneric.h
diff --git a/Source/wtf/ParallelJobsGeneric.h b/Source/wtf/ParallelJobsGeneric.h
index 6de71067ff580269b1b36482d6a73412036402e0..bd2e64ffeb3cf90576e0eb3ce3af6de93713a946 100644
--- a/Source/wtf/ParallelJobsGeneric.h
+++ b/Source/wtf/ParallelJobsGeneric.h
@@ -30,12 +30,13 @@
#if ENABLE(THREADING_GENERIC)
-#include <wtf/RefCounted.h>
-#include <wtf/Threading.h>
+#include "wtf/RefCounted.h"
+#include "wtf/Threading.h"
+#include "wtf/WTFExport.h"
namespace WTF {
-class ParallelEnvironment {
+class WTF_EXPORT ParallelEnvironment {
WTF_MAKE_FAST_ALLOCATED;
public:
typedef void (*ThreadFunction)(void*);
« no previous file with comments | « Source/wtf/OSRandomSource.cpp ('k') | Source/wtf/ParallelJobsLibdispatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698