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

Unified Diff: Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp

Issue 14483003: Absolutify paths to platform/chromium, platform/chromium/support, (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/FrameLoaderClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
index 82d98b4e160a351bfe16b88c3c80d7e461715e73..cc8148b08ff6bd3a60e7bb58ac75bee269d0b7ca 100644
--- a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
+++ b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
@@ -57,8 +57,9 @@
#include "ResourceHandleInternal.h"
#include "ResourceLoader.h"
#if ENABLE(MEDIA_STREAM)
-#include "RTCPeerConnectionHandlerChromium.h"
+#include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h"
#endif
+#include <v8.h>
#include "ScriptController.h"
#include "Settings.h"
#include "SocketStreamHandleInternal.h"
@@ -82,15 +83,14 @@
#include "WebViewClient.h"
#include "WebViewImpl.h"
#include "WindowFeatures.h"
-#include "WrappedResourceRequest.h"
-#include "WrappedResourceResponse.h"
+#include "core/platform/chromium/support/WrappedResourceRequest.h"
+#include "core/platform/chromium/support/WrappedResourceResponse.h"
#include <public/Platform.h>
#include <public/WebMimeRegistry.h>
#include <public/WebSocketStreamHandle.h>
#include <public/WebURL.h>
#include <public/WebURLError.h>
#include <public/WebVector.h>
-#include <v8.h>
#include <wtf/StringExtras.h>
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/WebKit/chromium/src/EditorClientImpl.cpp ('k') | Source/WebKit/chromium/src/PrerendererClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698