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

Unified Diff: components/mus/client_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/android_loader.cc ('k') | components/mus/client_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/client_connection.h
diff --git a/components/mus/client_connection.h b/components/mus/client_connection.h
index dd09c21babf4a220d55ce39932deee790639cf1d..6954141d3d24d59ff89ce0e2ef7fd8e9c03320d5 100644
--- a/components/mus/client_connection.h
+++ b/components/mus/client_connection.h
@@ -9,7 +9,7 @@
#include "components/mus/public/interfaces/view_tree.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
-namespace view_manager {
+namespace mus {
class ConnectionManager;
class ViewTreeImpl;
@@ -52,6 +52,6 @@ class DefaultClientConnection : public ClientConnection {
DISALLOW_COPY_AND_ASSIGN(DefaultClientConnection);
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_CLIENT_CONNECTION_H_
« no previous file with comments | « components/mus/android_loader.cc ('k') | components/mus/client_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698