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

Unified Diff: components/mus/view_tree_host_connection.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « components/mus/view_tree_apptest.cc ('k') | components/mus/view_tree_host_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_tree_host_connection.h
diff --git a/components/mus/view_tree_host_connection.h b/components/mus/view_tree_host_connection.h
index 44ea157b02a7eaee5d76b7e65b077e4d6e0e8d76..24ae6d18301d8b2ae14172dd8642881be9aa876b 100644
--- a/components/mus/view_tree_host_connection.h
+++ b/components/mus/view_tree_host_connection.h
@@ -11,7 +11,7 @@
#include "components/mus/view_tree_host_impl.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
-namespace view_manager {
+namespace mus {
class ConnectionManager;
class ViewTreeImpl;
@@ -77,6 +77,6 @@ class ViewTreeHostConnectionImpl : public ViewTreeHostConnection {
DISALLOW_COPY_AND_ASSIGN(ViewTreeHostConnectionImpl);
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_
« no previous file with comments | « components/mus/view_tree_apptest.cc ('k') | components/mus/view_tree_host_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698