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

Unified Diff: Source/web/ColorChooserPopupUIController.cpp

Issue 332413004: Generate web, devtools files into their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more gn build changes Created 6 years, 6 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/web/BUILD.gn ('k') | Source/web/DateTimeChooserImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ColorChooserPopupUIController.cpp
diff --git a/Source/web/ColorChooserPopupUIController.cpp b/Source/web/ColorChooserPopupUIController.cpp
index 4562faf908d336021474251e49b99eb972703d6f..371bb26d790965a23bb50cf6c27fe7a039eca727 100644
--- a/Source/web/ColorChooserPopupUIController.cpp
+++ b/Source/web/ColorChooserPopupUIController.cpp
@@ -26,13 +26,13 @@
#include "config.h"
#include "web/ColorChooserPopupUIController.h"
-#include "ColorSuggestionPicker.h"
-#include "PickerCommon.h"
#include "core/frame/FrameView.h"
#include "platform/ColorChooserClient.h"
#include "platform/geometry/IntRect.h"
#include "public/web/WebColorChooser.h"
#include "web/ChromeClientImpl.h"
+#include "web/ColorSuggestionPicker.h"
+#include "web/PickerCommon.h"
#include "web/WebViewImpl.h"
using namespace WebCore;
« no previous file with comments | « Source/web/BUILD.gn ('k') | Source/web/DateTimeChooserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698