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

Unified Diff: Source/wtf/GregorianDateTime.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/FastMalloc.h ('k') | Source/wtf/MD5.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/GregorianDateTime.h
diff --git a/Source/wtf/GregorianDateTime.h b/Source/wtf/GregorianDateTime.h
index 95d3d51cd73270ed4b1efe825dfe31b59729449a..75cb5771b5a01b19d15482cb8121a78c8a34b056 100644
--- a/Source/wtf/GregorianDateTime.h
+++ b/Source/wtf/GregorianDateTime.h
@@ -27,7 +27,8 @@
#include <string.h>
#include <time.h>
-#include <wtf/Noncopyable.h>
+#include "wtf/Noncopyable.h"
+#include "wtf/WTFExport.h"
namespace WTF {
@@ -70,7 +71,7 @@ public:
inline void setUtcOffset(int utcOffset) { m_utcOffset = utcOffset; }
inline void setIsDST(int isDST) { m_isDST = isDST; }
- void setToCurrentLocalTime();
+ WTF_EXPORT void setToCurrentLocalTime();
operator tm() const
{
« no previous file with comments | « Source/wtf/FastMalloc.h ('k') | Source/wtf/MD5.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698