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

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: 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/server_view.h ('k') | components/mus/server_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/server_view.cc
diff --git a/components/mus/server_view.cc b/components/mus/server_view.cc
index e298e75bd0ce63ae5cee6af58f1c3b97ac3495a5..41df1183b9536c9fd80dc645611ca1b3e673a7c2 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 {
@@ -311,4 +311,4 @@ void ServerView::RemoveImpl(ServerView* view) {
children_.erase(std::find(children_.begin(), children_.end(), view));
}
-} // namespace view_manager
+} // namespace mus
« no previous file with comments | « components/mus/server_view.h ('k') | components/mus/server_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698