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

Unified Diff: webkit/child/websocketstreamhandle_impl.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « webkit/child/websocketstreamhandle_impl.h ('k') | webkit/child/webthemeengine_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/websocketstreamhandle_impl.cc
diff --git a/webkit/child/websocketstreamhandle_impl.cc b/webkit/child/websocketstreamhandle_impl.cc
index 3359fc00309e2e422206855391dca50abb74c088..d29859b2a1aeae87a15f138f414b6ff9cc5fe3c3 100644
--- a/webkit/child/websocketstreamhandle_impl.cc
+++ b/webkit/child/websocketstreamhandle_impl.cc
@@ -21,11 +21,11 @@
#include "webkit/child/websocketstreamhandle_bridge.h"
#include "webkit/child/websocketstreamhandle_delegate.h"
-using WebKit::WebData;
-using WebKit::WebSocketStreamError;
-using WebKit::WebSocketStreamHandle;
-using WebKit::WebSocketStreamHandleClient;
-using WebKit::WebURL;
+using blink::WebData;
+using blink::WebSocketStreamError;
+using blink::WebSocketStreamHandle;
+using blink::WebSocketStreamHandleClient;
+using blink::WebURL;
namespace webkit_glue {
« no previous file with comments | « webkit/child/websocketstreamhandle_impl.h ('k') | webkit/child/webthemeengine_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698