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

Unified Diff: Source/core/html/forms/DateTimeChooserClient.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/DateTimeChooser.cpp ('k') | Source/core/html/forms/DateTimeChooserClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/DateTimeChooserClient.h
diff --git a/Source/platform/DateTimeChooserClient.h b/Source/core/html/forms/DateTimeChooserClient.h
similarity index 96%
rename from Source/platform/DateTimeChooserClient.h
rename to Source/core/html/forms/DateTimeChooserClient.h
index 302ca2f29892e34c6300944218ef3c800a11ce23..5083ab67142e0cde3e1619470a448f538727fec4 100644
--- a/Source/platform/DateTimeChooserClient.h
+++ b/Source/core/html/forms/DateTimeChooserClient.h
@@ -31,12 +31,11 @@
#ifndef DateTimeChooserClient_h
#define DateTimeChooserClient_h
-#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
namespace blink {
-class PLATFORM_EXPORT DateTimeChooserClient {
+class DateTimeChooserClient {
public:
virtual ~DateTimeChooserClient();
« no previous file with comments | « Source/core/html/forms/DateTimeChooser.cpp ('k') | Source/core/html/forms/DateTimeChooserClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698