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

Unified Diff: services/navigation/navigation.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 | « services/catalog/catalog.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/navigation.h
diff --git a/services/navigation/navigation.h b/services/navigation/navigation.h
index 60efa73a8c99168c82f0a166b55a9a3d1d9a4654..3a731dd600e6e2440c9b8b3e640f0baae51760c6 100644
--- a/services/navigation/navigation.h
+++ b/services/navigation/navigation.h
@@ -9,7 +9,7 @@
#include "services/navigation/public/interfaces/view.mojom.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/shell_connection_ref.h"
+#include "services/shell/public/cpp/service_context_ref.h"
namespace content {
class BrowserContext;
@@ -44,8 +44,8 @@ class Navigation : public shell::Service,
shell::Connector* connector_ = nullptr;
std::string client_user_id_;
- shell::ShellConnectionRefFactory ref_factory_;
- std::set<std::unique_ptr<shell::ShellConnectionRef>> refs_;
+ shell::ServiceContextRefFactory ref_factory_;
+ std::set<std::unique_ptr<shell::ServiceContextRef>> refs_;
mojo::BindingSet<mojom::ViewFactory> bindings_;
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/navigation/view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698