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

Unified Diff: Source/wtf/MD5.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/GregorianDateTime.h ('k') | Source/wtf/MainThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/MD5.h
diff --git a/Source/wtf/MD5.h b/Source/wtf/MD5.h
index 3caa810baa40a62831488f56d108143bb33f0503..f13b9274b1c14bbaed1569ede559c040658b3d9c 100644
--- a/Source/wtf/MD5.h
+++ b/Source/wtf/MD5.h
@@ -31,11 +31,12 @@
#ifndef WTF_MD5_h
#define WTF_MD5_h
-#include <wtf/Vector.h>
+#include "wtf/Vector.h"
+#include "wtf/WTFExport.h"
namespace WTF {
-class MD5 {
+class WTF_EXPORT MD5 {
public:
MD5();
« no previous file with comments | « Source/wtf/GregorianDateTime.h ('k') | Source/wtf/MainThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698