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

Unified Diff: mojo/shell/dynamic_service_loader.h

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/context.cc ('k') | mojo/shell/run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/dynamic_service_loader.h
diff --git a/mojo/shell/dynamic_service_loader.h b/mojo/shell/dynamic_service_loader.h
index ce210d90340b73a1359287684005fd427c8730e4..aef76df0d387f7303e9f0b5d8f3a972678da339b 100644
--- a/mojo/shell/dynamic_service_loader.h
+++ b/mojo/shell/dynamic_service_loader.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "mojo/public/system/core_cpp.h"
#include "mojo/shell/keep_alive.h"
-#include "mojo/shell/service_connector.h"
+#include "mojo/shell/service_manager.h"
#include "mojom/shell.h"
#include "url/gurl.h"
@@ -21,7 +21,7 @@ class Context;
// A subclass of ServiceManager::Loader that loads a dynamic library containing
// the implementation of the service.
-class DynamicServiceLoader : public ServiceConnector::Loader {
+class DynamicServiceLoader : public ServiceManager::Loader {
public:
explicit DynamicServiceLoader(Context* context);
virtual ~DynamicServiceLoader();
« no previous file with comments | « mojo/shell/context.cc ('k') | mojo/shell/run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698