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

Unified Diff: webkit/child/websocketstreamhandle_impl.h

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_delegate.h ('k') | webkit/child/websocketstreamhandle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/websocketstreamhandle_impl.h
diff --git a/webkit/child/websocketstreamhandle_impl.h b/webkit/child/websocketstreamhandle_impl.h
index 911b83e205e278a33c599675e88b4a9bfb786012..7cd34b1c0a91b11594c3cabd87e78c5539b0e254 100644
--- a/webkit/child/websocketstreamhandle_impl.h
+++ b/webkit/child/websocketstreamhandle_impl.h
@@ -15,16 +15,16 @@ class WebKitPlatformSupportImpl;
class WebSocketStreamHandleImpl
: public base::SupportsUserData,
- public WebKit::WebSocketStreamHandle {
+ public blink::WebSocketStreamHandle {
public:
explicit WebSocketStreamHandleImpl(WebKitPlatformSupportImpl* platform);
virtual ~WebSocketStreamHandleImpl();
// WebSocketStreamHandle methods:
virtual void connect(
- const WebKit::WebURL& url,
- WebKit::WebSocketStreamHandleClient* client);
- virtual bool send(const WebKit::WebData& data);
+ const blink::WebURL& url,
+ blink::WebSocketStreamHandleClient* client);
+ virtual bool send(const blink::WebData& data);
virtual void close();
private:
« no previous file with comments | « webkit/child/websocketstreamhandle_delegate.h ('k') | webkit/child/websocketstreamhandle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698