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

Unified Diff: Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/WebKit/chromium/src/ColorChooserPopupUIController.cpp
diff --git a/Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp b/Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp
index 753909e6e5428ede5e03ccc47b105cad7cf6fd09..7bae11099b7ca28706014fc3836cb51138564ec7 100644
--- a/Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp
+++ b/Source/WebKit/chromium/src/ColorChooserPopupUIController.cpp
@@ -28,13 +28,13 @@
#if ENABLE(INPUT_TYPE_COLOR) && ENABLE(PAGE_POPUP)
#include "ChromeClientImpl.h"
-#include "ColorChooserClient.h"
#include "ColorSuggestionPicker.h"
#include "FrameView.h"
-#include "LocalizedStrings.h"
#include "PickerCommon.h"
#include "WebColorChooser.h"
#include "WebViewImpl.h"
+#include "core/platform/ColorChooserClient.h"
+#include "core/platform/LocalizedStrings.h"
#include "core/platform/graphics/IntRect.h"
#include <public/Platform.h>
#include <public/WebLocalizedString.h>
« no previous file with comments | « Source/WebKit/chromium/src/ChromeClientImpl.cpp ('k') | Source/WebKit/chromium/src/ColorChooserUIController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698