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

Unified Diff: Source/core/page/Chrome.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
« no previous file with comments | « Source/core/page/Chrome.h ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index e7e2d46c676451d207996f5ef9e4eaba72f2c627..5eace1ee4809feaf2232e0d5bae9c597f61ecd07 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -23,10 +23,7 @@
#include "Chrome.h"
#include "ChromeClient.h"
-#include "DateTimeChooser.h"
#include "Document.h"
-#include "FileChooser.h"
-#include "FileIconLoader.h"
#include "FileList.h"
#include "Frame.h"
#include "FrameTree.h"
@@ -43,6 +40,9 @@
#include "SecurityOrigin.h"
#include "Settings.h"
#include "WindowFeatures.h"
+#include "core/platform/DateTimeChooser.h"
+#include "core/platform/FileChooser.h"
+#include "core/platform/FileIconLoader.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/Icon.h"
#include "core/platform/network/DNS.h"
@@ -54,7 +54,7 @@
#include <wtf/Vector.h>
#if ENABLE(INPUT_TYPE_COLOR)
-#include "ColorChooser.h"
+#include "core/platform/ColorChooser.h"
#endif
namespace WebCore {
« no previous file with comments | « Source/core/page/Chrome.h ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698