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; |