Chromium Code Reviews| 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(); |