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

Unified Diff: Source/web/ColorChooserUIController.cpp

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake Created 7 years, 2 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/web/ColorChooserUIController.cpp
diff --git a/Source/web/ColorChooserUIController.cpp b/Source/web/ColorChooserUIController.cpp
index 125d2e6808dd8d968dd9defb6e79a21f157c714e..4da949fd7eaf7541759603f6de2a26fcd8410936 100644
--- a/Source/web/ColorChooserUIController.cpp
+++ b/Source/web/ColorChooserUIController.cpp
@@ -29,7 +29,7 @@
#include "ChromeClientImpl.h"
#include "WebColorChooser.h"
#include "core/platform/ColorChooserClient.h"
-#include "core/platform/graphics/Color.h"
+#include "platform/graphics/Color.h"
#include "public/platform/WebColor.h"
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698