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

Unified Diff: Source/WebKit/chromium/src/WebFrameImpl.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/WebFrameImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
index cb3041330617149f47a92c92a8f151ea310124ec..4cca4b459b501cfd2fa2615d0701077f8e233a8a 100644
--- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
@@ -73,7 +73,6 @@
#include <algorithm>
#include "AssociatedURLLoader.h"
-#include "AsyncFileSystem.h"
#include "AsyncFileSystemChromium.h"
#include "BackForwardController.h"
#include "Chrome.h"
@@ -111,7 +110,6 @@
#include "HitTestResult.h"
#include "IconURL.h"
#include "InspectorController.h"
-#include "KURL.h"
#include "MessagePort.h"
#include "Node.h"
#include "NodeTraversal.h"
@@ -127,13 +125,10 @@
#include "RenderObject.h"
#include "RenderTreeAsText.h"
#include "RenderView.h"
-#include "SchemeRegistry.h"
#include "ScriptCallStack.h"
#include "ScriptController.h"
#include "ScriptSourceCode.h"
#include "ScriptValue.h"
-#include "ScrollTypes.h"
-#include "ScrollbarTheme.h"
#include "SecurityPolicy.h"
#include "Settings.h"
#include "ShadowRoot.h"
@@ -171,6 +166,11 @@
#include "WebSerializedScriptValue.h"
#include "WebViewImpl.h"
#include "XPathResult.h"
+#include "core/platform/AsyncFileSystem.h"
+#include "core/platform/KURL.h"
+#include "core/platform/SchemeRegistry.h"
+#include "core/platform/ScrollTypes.h"
+#include "core/platform/ScrollbarTheme.h"
#include "core/platform/chromium/ClipboardUtilitiesChromium.h"
#include "core/platform/chromium/TraceEvent.h"
#include "core/platform/graphics/FontCache.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp ('k') | Source/WebKit/chromium/src/WebHistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698