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

Unified Diff: Source/core/html/forms/DateTimeChooser.h

Issue 512563002: Move ColorChooser{,Client} and DateTimeChooser{,Client} from platform to core. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/core/html/forms/ColorInputType.cpp ('k') | Source/core/html/forms/DateTimeChooser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/DateTimeChooser.h
diff --git a/Source/platform/DateTimeChooser.h b/Source/core/html/forms/DateTimeChooser.h
similarity index 95%
rename from Source/platform/DateTimeChooser.h
rename to Source/core/html/forms/DateTimeChooser.h
index d85c3314d065391cc92c95c83df56b6f8ed09941..c040bfae2cf507a4ccad52fdf939fd04e22b00b9 100644
--- a/Source/platform/DateTimeChooser.h
+++ b/Source/core/html/forms/DateTimeChooser.h
@@ -31,7 +31,6 @@
#ifndef DateTimeChooser_h
#define DateTimeChooser_h
-#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
@@ -64,7 +63,7 @@ struct DateTimeChooserParameters {
};
// For pickers like color pickers and date pickers.
-class PLATFORM_EXPORT DateTimeChooser : public RefCounted<DateTimeChooser> {
+class DateTimeChooser : public RefCounted<DateTimeChooser> {
public:
virtual ~DateTimeChooser();
« no previous file with comments | « Source/core/html/forms/ColorInputType.cpp ('k') | Source/core/html/forms/DateTimeChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698