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

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

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_impl.cc ('k') | mojo/services/surfaces/surfaces_service_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/surfaces_service_application.h
diff --git a/mojo/services/surfaces/surfaces_service_application.h b/mojo/services/surfaces/surfaces_service_application.h
index 75ca540ac7e07ba8212cce55e19209869dbe5652..bf45a813f958fa9aeded8c23f7e2d8a3aa17072e 100644
--- a/mojo/services/surfaces/surfaces_service_application.h
+++ b/mojo/services/surfaces/surfaces_service_application.h
@@ -13,8 +13,6 @@
namespace mojo {
class ApplicationConnection;
-namespace surfaces {
-
class SurfacesServiceApplication : public ApplicationDelegate,
public InterfaceFactory<Surface>,
public SurfacesImpl::Client {
@@ -42,7 +40,6 @@ class SurfacesServiceApplication : public ApplicationDelegate,
DISALLOW_COPY_AND_ASSIGN(SurfacesServiceApplication);
};
-} // namespace surfaces
} // namespace mojo
#endif // MOJO_SERVICES_SURFACES_SURFACES_SERVICE_APPLICATION_H_
« no previous file with comments | « mojo/services/surfaces/surfaces_impl.cc ('k') | mojo/services/surfaces/surfaces_service_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698