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

Unified Diff: mojo/services/surfaces/surfaces_impl.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/public/interfaces/surfaces/surfaces.mojom ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/surfaces_impl.h
diff --git a/mojo/services/surfaces/surfaces_impl.h b/mojo/services/surfaces/surfaces_impl.h
index 21f2daab0298826e7fa9a2647bc76c9e038d35e8..28ac9ce4ec30e1e4b3f9feb6efd48af60d8bd652 100644
--- a/mojo/services/surfaces/surfaces_impl.h
+++ b/mojo/services/surfaces/surfaces_impl.h
@@ -20,8 +20,6 @@ class Display;
namespace mojo {
class ServiceManager;
-namespace surfaces {
-
class SurfaceNativeViewportClient;
class SurfacesImpl : public InterfaceImpl<Surface>,
@@ -70,7 +68,6 @@ class SurfacesImpl : public InterfaceImpl<Surface>,
DISALLOW_COPY_AND_ASSIGN(SurfacesImpl);
};
-} // namespace surfaces
} // namespace mojo
#endif // MOJO_SERVICES_SURFACES_SURFACES_IMPL_H_
« no previous file with comments | « mojo/services/public/interfaces/surfaces/surfaces.mojom ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698