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

Unified Diff: services/catalog/catalog.h

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
Patch Set: . Created 4 years, 5 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 | « media/mojo/services/service_factory_impl.cc ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/catalog.h
diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
index 417ac8e9d3e344b723de1a1da347ffe155a7a61c..3dd946e8684d1ba8ea768a85386d35a2c6a5ac01 100644
--- a/services/catalog/catalog.h
+++ b/services/catalog/catalog.h
@@ -29,7 +29,7 @@ class LockTable;
}
namespace shell {
-class ShellConnection;
+class ServiceContext;
}
namespace catalog {
@@ -85,7 +85,7 @@ class Catalog : public shell::Service,
std::unique_ptr<Store> store_;
shell::mojom::ServicePtr service_;
- std::unique_ptr<shell::ShellConnection> shell_connection_;
+ std::unique_ptr<shell::ServiceContext> shell_connection_;
std::map<std::string, std::unique_ptr<Instance>> instances_;
« no previous file with comments | « media/mojo/services/service_factory_impl.cc ('k') | services/catalog/catalog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698