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

Unified Diff: Source/WebKit/chromium/src/WebSocketImpl.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/WebSocketImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSocketImpl.cpp b/Source/WebKit/chromium/src/WebSocketImpl.cpp
index 17ef369bc09d4a36bd7fae79341da497be10e21f..1d663e6050fc91a2f7accdfce0354a95d074912c 100644
--- a/Source/WebKit/chromium/src/WebSocketImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSocketImpl.cpp
@@ -32,7 +32,6 @@
#include "WebSocketImpl.h"
#include "Document.h"
-#include "KURL.h"
#include "MainThreadWebSocketChannel.h"
#include "RuntimeEnabledFeatures.h"
#include "WebArrayBuffer.h"
@@ -40,6 +39,7 @@
#include "WebSocketChannel.h"
#include "WebSocketChannelClient.h"
#include "WebSocketClient.h"
+#include "core/platform/KURL.h"
#include <public/WebString.h>
#include <public/WebURL.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp ('k') | Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698