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

Unified Diff: services/ui/public/cpp/window_tree_client.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
Index: services/ui/public/cpp/window_tree_client.h
diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
index a6d447e3e01daee5d06edd7855d1464ddcdf700f..bac7249cac6ab51f4ba3ccb37592e180cf382dae 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -33,7 +33,7 @@ class Insets;
class Size;
}
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -63,10 +63,10 @@ class WindowTreeClient : public mojom::WindowTreeClient,
~WindowTreeClient() override;
// Establishes the connection by way of the WindowTreeFactory.
- void ConnectViaWindowTreeFactory(shell::Connector* connector);
+ void ConnectViaWindowTreeFactory(service_manager::Connector* connector);
// Establishes the connection by way of WindowManagerWindowTreeFactory.
- void ConnectAsWindowManager(shell::Connector* connector);
+ void ConnectAsWindowManager(service_manager::Connector* connector);
// Wait for OnEmbed(), returning when done.
void WaitForEmbed();
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_base.cc ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698