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

Unified Diff: Source/core/page/ChromeClient.h

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.cpp ('k') | Source/core/page/ContentSecurityPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index a49fa9d979cbefe47640e8a26ec089da692260a1..c9d0de237ae45de4e360b79d896c8342972cebd5 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -24,18 +24,18 @@
#include "ConsoleAPITypes.h"
#include "ConsoleTypes.h"
-#include "Cursor.h"
#include "DatabaseDetails.h"
#include "FocusDirection.h"
#include "FrameLoader.h"
-#include "HostWindow.h"
-#include "PopupMenu.h"
-#include "PopupMenuClient.h"
#include "RenderEmbeddedObject.h"
-#include "ScrollTypes.h"
-#include "SearchPopupMenu.h"
#include "WebCoreKeyboardUIMode.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/platform/Cursor.h"
+#include "core/platform/HostWindow.h"
+#include "core/platform/PopupMenu.h"
+#include "core/platform/PopupMenuClient.h"
+#include "core/platform/ScrollTypes.h"
+#include "core/platform/SearchPopupMenu.h"
#include "core/platform/graphics/GraphicsContext.h"
#include <wtf/Forward.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/page/ContentSecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698