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

Unified Diff: components/mus/server_view.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/server_view.cc
diff --git a/components/mus/server_view.cc b/components/mus/server_view.cc
index 42520a34bf91fc4514a8a6f1244cbe8f235125ed..48782348e9e29414b26bf313173e3d81f1956f51 100644
--- a/components/mus/server_view.cc
+++ b/components/mus/server_view.cc
@@ -13,7 +13,7 @@
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
-namespace view_manager {
+namespace mus {
namespace {
@@ -312,4 +312,4 @@ void ServerView::RemoveImpl(ServerView* view) {
children_.erase(std::find(children_.begin(), children_.end(), view));
}
-} // namespace view_manager
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698