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

Unified Diff: mojo/shell/run.cc

Issue 164313002: Rename ServiceConnector back to ServiceManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bad upload 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 | « mojo/shell/dynamic_service_loader.h ('k') | mojo/shell/service_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/run.cc
diff --git a/mojo/shell/run.cc b/mojo/shell/run.cc
index cbae994dcbb8d45f4a353f6586681d29e9eb4833..ec92311953cc0eaacb8b1045208cd00e30475513 100644
--- a/mojo/shell/run.cc
+++ b/mojo/shell/run.cc
@@ -9,7 +9,7 @@
#include "base/message_loop/message_loop.h"
#include "mojo/shell/context.h"
#include "mojo/shell/keep_alive.h"
-#include "mojo/shell/service_connector.h"
+#include "mojo/shell/service_manager.h"
#include "mojo/shell/switches.h"
#include "url/gurl.h"
@@ -35,9 +35,9 @@ void Run(Context* context) {
return;
}
ScopedMessagePipeHandle no_handle;
- context->service_connector()->Connect(GURL(*it), no_handle.Pass());
+ context->service_manager()->Connect(GURL(*it), no_handle.Pass());
}
- // TODO(davemoore): Currently we leak |service_connector|.
+ // TODO(davemoore): Currently we leak |service_manager|.
}
} // namespace shell
« no previous file with comments | « mojo/shell/dynamic_service_loader.h ('k') | mojo/shell/service_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698