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

Unified Diff: Source/platform/DateComponents.h

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 3 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/modules/websockets/WebSocketHandshake.cpp ('k') | Source/platform/DateComponents.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/DateComponents.h
diff --git a/Source/core/platform/DateComponents.h b/Source/platform/DateComponents.h
similarity index 99%
rename from Source/core/platform/DateComponents.h
rename to Source/platform/DateComponents.h
index a8f4a49338904bc24272b342eee29195aa90ef29..23fcff0a8b0b25d91f9d3d163589f9bc1bd73ccf 100644
--- a/Source/core/platform/DateComponents.h
+++ b/Source/platform/DateComponents.h
@@ -32,6 +32,7 @@
#define DateComponents_h
#include <limits>
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
#include "wtf/unicode/Unicode.h"
@@ -43,7 +44,7 @@ namespace WebCore {
// * Week type: year-week
// * Time type: hour-minute-second-millisecond
// * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
-class DateComponents {
+class PLATFORM_EXPORT DateComponents {
public:
DateComponents()
: m_millisecond(0)
« no previous file with comments | « Source/modules/websockets/WebSocketHandshake.cpp ('k') | Source/platform/DateComponents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698