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

Unified Diff: mojo/services/view_manager/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
« no previous file with comments | « mojo/services/view_manager/view.h ('k') | mojo/services/view_manager/view_manager_init_service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/view.cc
diff --git a/mojo/services/view_manager/view.cc b/mojo/services/view_manager/view.cc
index c33f5f847fc77d101ddf8cdb10d63e50d3ec68b4..08f81a95c21ea9a924b5fe4fd2767002b57720a9 100644
--- a/mojo/services/view_manager/view.cc
+++ b/mojo/services/view_manager/view.cc
@@ -7,7 +7,6 @@
#include "mojo/services/view_manager/node.h"
namespace mojo {
-namespace view_manager {
namespace service {
View::View(const ViewId& id) : id_(id), node_(NULL) {}
@@ -24,5 +23,4 @@ void View::SetBitmap(const SkBitmap& bitmap) {
}
} // namespace service
-} // namespace view_manager
} // namespace mojo
« no previous file with comments | « mojo/services/view_manager/view.h ('k') | mojo/services/view_manager/view_manager_init_service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698