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

Unified Diff: components/mus/client_connection.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 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: components/mus/client_connection.cc
diff --git a/components/mus/client_connection.cc b/components/mus/client_connection.cc
index cf13eedc12a16fc1dcc6a12662ea17c43cfc4994..a785084ea79476ab3bfa7d7967d9ba8af8236729 100644
--- a/components/mus/client_connection.cc
+++ b/components/mus/client_connection.cc
@@ -7,7 +7,7 @@
#include "components/mus/connection_manager.h"
#include "components/mus/view_tree_impl.h"
-namespace view_manager {
+namespace mus {
ClientConnection::ClientConnection(scoped_ptr<ViewTreeImpl> service,
mojo::ViewTreeClient* client)
@@ -30,4 +30,4 @@ DefaultClientConnection::DefaultClientConnection(
DefaultClientConnection::~DefaultClientConnection() {}
-} // namespace view_manager
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698