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

Unified Diff: services/navigation/view_impl.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/navigation/navigation.h ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/view_impl.h
diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
index 2a3fc311932828f785c93ff4079f1d72f1bbe96c..427afa13005aefeb8298b8b2bc27f123c943199a 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -14,7 +14,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"
#include "services/ui/public/cpp/window_tree_client_delegate.h"
#include "ui/gfx/geometry/size.h"
#include "ui/views/widget/widget_delegate.h"
@@ -36,7 +36,7 @@ class ViewImpl : public mojom::View,
const std::string& client_user_id,
mojom::ViewClientPtr client,
mojom::ViewRequest request,
- std::unique_ptr<shell::ShellConnectionRef> ref);
+ std::unique_ptr<shell::ServiceContextRef> ref);
~ViewImpl() override;
private:
@@ -90,7 +90,7 @@ class ViewImpl : public mojom::View,
shell::Connector* connector_;
mojo::StrongBinding<mojom::View> binding_;
mojom::ViewClientPtr client_;
- std::unique_ptr<shell::ShellConnectionRef> ref_;
+ std::unique_ptr<shell::ServiceContextRef> ref_;
views::WebView* web_view_;
« no previous file with comments | « services/navigation/navigation.h ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698