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

Unified Diff: Source/wtf/WTFThreadData.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/WTFExport.h ('k') | Source/wtf/dtoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/WTFThreadData.h
diff --git a/Source/wtf/WTFThreadData.h b/Source/wtf/WTFThreadData.h
index 52fa57b167ea76fa1f5f2044223e30212f41cad1..8fef5076c1725463d8d3a86058935b56c1c8b49f 100644
--- a/Source/wtf/WTFThreadData.h
+++ b/Source/wtf/WTFThreadData.h
@@ -27,13 +27,14 @@
#ifndef WTFThreadData_h
#define WTFThreadData_h
-#include <wtf/HashMap.h>
-#include <wtf/HashSet.h>
-#include <wtf/Noncopyable.h>
-#include <wtf/StackStats.h>
-#include <wtf/text/StringHash.h>
-#include <wtf/ThreadSpecific.h>
-#include <wtf/Threading.h>
+#include "wtf/HashMap.h"
+#include "wtf/HashSet.h"
+#include "wtf/Noncopyable.h"
+#include "wtf/StackStats.h"
+#include "wtf/ThreadSpecific.h"
+#include "wtf/Threading.h"
+#include "wtf/WTFExport.h"
+#include "wtf/text/StringHash.h"
namespace WTF {
@@ -42,7 +43,7 @@ struct ICUConverterWrapper;
typedef void (*AtomicStringTableDestructor)(AtomicStringTable*);
-class WTFThreadData {
+class WTF_EXPORT WTFThreadData {
WTF_MAKE_NONCOPYABLE(WTFThreadData);
public:
WTFThreadData();
« no previous file with comments | « Source/wtf/WTFExport.h ('k') | Source/wtf/dtoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698