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

Unified Diff: content/child/socket_stream_dispatcher.h

Issue 185553014: Revert "Revert 254514 "Revert 254507 "Reland "Move WebKitPlatformSupport..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/socket_stream_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/socket_stream_dispatcher.h
diff --git a/content/child/socket_stream_dispatcher.h b/content/child/socket_stream_dispatcher.h
index 25596005c7e4daa42d676e36124f6666254dcb55..a52907afe2d551abc75fc17ec1f401a9eb7e5880 100644
--- a/content/child/socket_stream_dispatcher.h
+++ b/content/child/socket_stream_dispatcher.h
@@ -15,10 +15,12 @@ namespace blink {
class WebSocketStreamHandle;
}
-namespace content {
-
+namespace webkit_glue {
class WebSocketStreamHandleBridge;
class WebSocketStreamHandleDelegate;
+}
+
+namespace content {
// Dispatches socket stream related messages sent to a child process from the
// main browser process. There is one instance per child process. Messages
@@ -29,9 +31,9 @@ class SocketStreamDispatcher : public IPC::Listener {
SocketStreamDispatcher();
virtual ~SocketStreamDispatcher() {}
- static WebSocketStreamHandleBridge* CreateBridge(
+ static webkit_glue::WebSocketStreamHandleBridge* CreateBridge(
blink::WebSocketStreamHandle* handle,
- WebSocketStreamHandleDelegate* delegate);
+ webkit_glue::WebSocketStreamHandleDelegate* delegate);
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/socket_stream_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698