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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view.cc

Issue 418983002: Nukes view_manager namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 6 years, 5 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: mojo/services/public/cpp/view_manager/lib/view.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/view.cc b/mojo/services/public/cpp/view_manager/lib/view.cc
index 16cae6f550285b4bb36adf9c40c489378688eccd..949a958bd368ede2dfdf2f7fee3925f5952937cd 100644
--- a/mojo/services/public/cpp/view_manager/lib/view.cc
+++ b/mojo/services/public/cpp/view_manager/lib/view.cc
@@ -11,7 +11,6 @@
#include "ui/gfx/canvas.h"
namespace mojo {
-namespace view_manager {
// static
View* View::Create(ViewManager* manager) {
@@ -71,5 +70,4 @@ void View::LocalDestroy() {
delete this;
}
-} // namespace view_manager
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698