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

Unified Diff: Source/core/html/forms/ColorChooser.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
Index: Source/core/html/forms/ColorChooser.h
diff --git a/Source/platform/ColorChooser.h b/Source/core/html/forms/ColorChooser.h
similarity index 96%
rename from Source/platform/ColorChooser.h
rename to Source/core/html/forms/ColorChooser.h
index 8d1690d21f045cf2e6e62fa833a51f1593c7807c..8d7dfe3e843e3aeab64965c3c72c4c3ebe48300e 100644
--- a/Source/platform/ColorChooser.h
+++ b/Source/core/html/forms/ColorChooser.h
@@ -30,13 +30,11 @@
#ifndef ColorChooser_h
#define ColorChooser_h
-#include "platform/PlatformExport.h"
-
namespace blink {
class Color;
-class PLATFORM_EXPORT ColorChooser {
+class ColorChooser {
public:
ColorChooser();
virtual ~ColorChooser();
« no previous file with comments | « Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h ('k') | Source/core/html/forms/ColorChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698