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

Unified Diff: components/mus/view_tree_host_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/view_tree_host_connection.cc
diff --git a/components/mus/view_tree_host_connection.cc b/components/mus/view_tree_host_connection.cc
index 5fc33910c312b565174a1c517e113afbfd47047b..8646f53f307885134cedd061d40178d222198d2b 100644
--- a/components/mus/view_tree_host_connection.cc
+++ b/components/mus/view_tree_host_connection.cc
@@ -7,7 +7,7 @@
#include "components/mus/connection_manager.h"
#include "components/mus/view_tree_host_impl.h"
-namespace view_manager {
+namespace mus {
ViewTreeHostConnection::ViewTreeHostConnection(
scoped_ptr<ViewTreeHostImpl> host_impl,
@@ -64,4 +64,4 @@ void ViewTreeHostConnectionImpl::OnDisplayInitialized() {
client_.Pass()));
}
-} // namespace view_manager
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698