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

Unified Diff: mojo/services/surfaces/surfaces_service_application.cc

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and 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/surfaces/surfaces_service_application.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/surfaces_service_application.cc
diff --git a/mojo/services/surfaces/surfaces_service_application.cc b/mojo/services/surfaces/surfaces_service_application.cc
index 0bc440b73700bb85f1a420e3d1a3e725e3a2a68d..3eaadd79d8489fe04a43b26002fc7614c6fbbe94 100644
--- a/mojo/services/surfaces/surfaces_service_application.cc
+++ b/mojo/services/surfaces/surfaces_service_application.cc
@@ -7,7 +7,6 @@
#include "cc/surfaces/display.h"
namespace mojo {
-namespace surfaces {
SurfacesServiceApplication::SurfacesServiceApplication()
: next_id_namespace_(1u), display_(NULL) {
@@ -37,11 +36,9 @@ void SurfacesServiceApplication::SetDisplay(cc::Display* display) {
display_ = display;
}
-} // namespace surfaces
-
// static
ApplicationDelegate* ApplicationDelegate::Create() {
- return new surfaces::SurfacesServiceApplication;
+ return new SurfacesServiceApplication;
}
} // namespace mojo
« no previous file with comments | « mojo/services/surfaces/surfaces_service_application.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698