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

Unified Diff: mojo/services/network/web_socket_factory_impl.cc

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 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 | « mojo/services/network/web_socket_factory_impl.h ('k') | mojo/services/network/web_socket_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/web_socket_factory_impl.cc
diff --git a/mojo/services/network/web_socket_factory_impl.cc b/mojo/services/network/web_socket_factory_impl.cc
index ecd72725c7b7bf1ad50e4436684ce0f317cf8dda..6adde55c5affc3d06b4e70ad09c39da63234d2f8 100644
--- a/mojo/services/network/web_socket_factory_impl.cc
+++ b/mojo/services/network/web_socket_factory_impl.cc
@@ -12,7 +12,7 @@ namespace mojo {
WebSocketFactoryImpl::WebSocketFactoryImpl(
NetworkContext* context,
- scoped_ptr<AppRefCount> app_refcount,
+ scoped_ptr<MessageLoopRef> app_refcount,
InterfaceRequest<WebSocketFactory> request)
: context_(context),
app_refcount_(std::move(app_refcount)),
« no previous file with comments | « mojo/services/network/web_socket_factory_impl.h ('k') | mojo/services/network/web_socket_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698