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

Unified Diff: Source/core/html/forms/ColorChooser.cpp

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.h ('k') | Source/core/html/forms/ColorChooserClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/ColorChooser.cpp
diff --git a/Source/platform/ColorChooser.cpp b/Source/core/html/forms/ColorChooser.cpp
similarity index 97%
rename from Source/platform/ColorChooser.cpp
rename to Source/core/html/forms/ColorChooser.cpp
index a40f0f694ecf35db0b315ddc061f0679edffb8f2..e248313f3b782606cf8dc7dbc192aab2fc9a8c65 100644
--- a/Source/platform/ColorChooser.cpp
+++ b/Source/core/html/forms/ColorChooser.cpp
@@ -28,8 +28,7 @@
*/
#include "config.h"
-
-#include "platform/ColorChooser.h"
+#include "core/html/forms/ColorChooser.h"
namespace blink {
« no previous file with comments | « Source/core/html/forms/ColorChooser.h ('k') | Source/core/html/forms/ColorChooserClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698