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

Unified Diff: ui/views/mus/window_manager_connection.cc

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 | « ui/views/mus/window_manager_connection.h ('k') | ui/views/mus/window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index 3b159f9710f01c23996e80e05725d055444fc26a..75f7c382b77e35b41b7a049b545a61d4d4883dde 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -90,8 +90,8 @@ WindowManagerConnection::~WindowManagerConnection() {
// static
std::unique_ptr<WindowManagerConnection> WindowManagerConnection::Create(
- shell::Connector* connector,
- const shell::Identity& identity,
+ service_manager::Connector* connector,
+ const service_manager::Identity& identity,
scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
DCHECK(!lazy_tls_ptr.Pointer()->Get());
WindowManagerConnection* connection =
@@ -139,8 +139,8 @@ const std::set<ui::Window*>& WindowManagerConnection::GetRoots() const {
}
WindowManagerConnection::WindowManagerConnection(
- shell::Connector* connector,
- const shell::Identity& identity,
+ service_manager::Connector* connector,
+ const service_manager::Identity& identity,
scoped_refptr<base::SingleThreadTaskRunner> task_runner)
: connector_(connector), identity_(identity) {
lazy_tls_ptr.Pointer()->Set(this);
« no previous file with comments | « ui/views/mus/window_manager_connection.h ('k') | ui/views/mus/window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698