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

Unified Diff: services/navigation/view_impl.cc

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/navigation/view_impl.h ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 8d8af6af8d870bd0ac9b50a9bdcb17bda8b67d77..6bb54cf854423e107e93c7a49102bcea760f1485 100644
--- a/services/navigation/view_impl.cc
+++ b/services/navigation/view_impl.cc
@@ -60,7 +60,7 @@ ViewImpl::ViewImpl(shell::Connector* connector,
const std::string& client_user_id,
mojom::ViewClientPtr client,
mojom::ViewRequest request,
- std::unique_ptr<shell::ShellConnectionRef> ref)
+ std::unique_ptr<shell::ServiceContextRef> ref)
: connector_(connector),
binding_(this, std::move(request)),
client_(std::move(client)),
« no previous file with comments | « services/navigation/view_impl.h ('k') | services/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698