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

Unified Diff: Source/wtf/SHA1.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/RefCountedLeakCounter.h ('k') | Source/wtf/ThreadSpecific.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/SHA1.h
diff --git a/Source/wtf/SHA1.h b/Source/wtf/SHA1.h
index 33cfbc2d8dbdd9303777ebe7c58f1cf68d80b011..fc73727113ab7f8fcafbbaf3ce90658b23f9ddd3 100644
--- a/Source/wtf/SHA1.h
+++ b/Source/wtf/SHA1.h
@@ -31,12 +31,13 @@
#ifndef WTF_SHA1_h
#define WTF_SHA1_h
-#include <wtf/Vector.h>
-#include <wtf/text/CString.h>
+#include "wtf/Vector.h"
+#include "wtf/WTFExport.h"
+#include "wtf/text/CString.h"
namespace WTF {
-class SHA1 {
+class WTF_EXPORT SHA1 {
public:
SHA1();
« no previous file with comments | « Source/wtf/RefCountedLeakCounter.h ('k') | Source/wtf/ThreadSpecific.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698