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

Unified Diff: Source/core/html/forms/ColorChooserClient.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/ColorChooser.cpp ('k') | Source/core/html/forms/ColorChooserClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/ColorChooserClient.h
diff --git a/Source/platform/ColorChooserClient.h b/Source/core/html/forms/ColorChooserClient.h
similarity index 96%
rename from Source/platform/ColorChooserClient.h
rename to Source/core/html/forms/ColorChooserClient.h
index 1334ed0f3fd2eb8744dd5e3cb3286821ec78f868..aa36e94cf8dadd0762c6fd2ba51611df1620269f 100644
--- a/Source/platform/ColorChooserClient.h
+++ b/Source/core/html/forms/ColorChooserClient.h
@@ -32,7 +32,6 @@
#define ColorChooserClient_h
#include "platform/ColorSuggestion.h"
-#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -40,7 +39,7 @@
namespace blink {
-class PLATFORM_EXPORT ColorChooserClient {
+class ColorChooserClient {
public:
virtual ~ColorChooserClient();
« no previous file with comments | « Source/core/html/forms/ColorChooser.cpp ('k') | Source/core/html/forms/ColorChooserClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698