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

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: 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/server_view.h
diff --git a/components/mus/server_view.h b/components/mus/server_view.h
index 3ba49d756771ffdb83f5c84c04d5f59389faed11..88aa4bbc67df737dc5d59d35f84c1f374225f1ae 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;
@@ -161,6 +161,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_

Powered by Google App Engine
This is Rietveld 408576698