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

Unified Diff: services/navigation/view_impl.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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_unittest.cc ('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 6ab59463605a86ace12932cf949c5a944a05abd9..b909f0966bf013af454db0cca5af5624c429407d 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -33,10 +33,10 @@ class ViewImpl : public mojom::View,
public ui::WindowTreeClientDelegate,
public views::WidgetDelegate {
public:
- ViewImpl(std::unique_ptr<shell::Connector> connector,
+ ViewImpl(std::unique_ptr<service_manager::Connector> connector,
const std::string& client_user_id,
mojom::ViewClientPtr client,
- std::unique_ptr<shell::ServiceContextRef> ref);
+ std::unique_ptr<service_manager::ServiceContextRef> ref);
~ViewImpl() override;
private:
@@ -87,9 +87,9 @@ class ViewImpl : public mojom::View,
views::Widget* GetWidget() override;
const views::Widget* GetWidget() const override;
- std::unique_ptr<shell::Connector> connector_;
+ std::unique_ptr<service_manager::Connector> connector_;
mojom::ViewClientPtr client_;
- std::unique_ptr<shell::ServiceContextRef> ref_;
+ std::unique_ptr<service_manager::ServiceContextRef> ref_;
std::unique_ptr<ui::WindowTreeClient> window_tree_client_;
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698