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

Unified Diff: components/mus/server_view.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/public/interfaces/view_tree.mojom ('k') | components/mus/server_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/server_view.h
diff --git a/components/mus/server_view.h b/components/mus/server_view.h
index 70a58c98e3bfb3b2951e06246615b7370285c10b..afd82d850a6ec60a00c7529d9c7cba7e590b769a 100644
--- a/components/mus/server_view.h
+++ b/components/mus/server_view.h
@@ -20,7 +20,7 @@
#include "ui/gfx/transform.h"
#include "ui/platform_window/text_input_state.h"
-namespace view_manager {
+namespace mus {
class ServerViewDelegate;
class ServerViewObserver;
@@ -148,6 +148,6 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient {
DISALLOW_COPY_AND_ASSIGN(ServerView);
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_SERVER_VIEW_H_
« no previous file with comments | « components/mus/public/interfaces/view_tree.mojom ('k') | components/mus/server_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698