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

Unified Diff: components/mus/public/cpp/lib/view_surface.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/public/cpp/lib/view_surface.cc
diff --git a/components/mus/public/cpp/lib/view_surface.cc b/components/mus/public/cpp/lib/view_surface.cc
index f5d9a26abc5ccd2741bfb6a9f2d586f650b0c3d4..bdd5c329b080f93f9a1a044cf8f98f683c2e5fc0 100644
--- a/components/mus/public/cpp/lib/view_surface.cc
+++ b/components/mus/public/cpp/lib/view_surface.cc
@@ -7,7 +7,7 @@
#include "components/mus/public/cpp/view_surface_client.h"
#include "mojo/converters/surfaces/surfaces_type_converters.h"
-namespace mus {
+namespace mojo {
ViewSurface::~ViewSurface() {}
@@ -41,4 +41,4 @@
client_->OnResourcesReturned(this, resources.Pass());
}
-} // namespace mus
+} // namespace mojo
« no previous file with comments | « components/mus/public/cpp/lib/view_private.cc ('k') | components/mus/public/cpp/lib/view_tree_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698