Index: components/mus/surfaces/surfaces_state.h |
diff --git a/components/mus/surfaces/surfaces_state.h b/components/mus/surfaces/surfaces_state.h |
index 5d319302619d0943906970b7d5c81849ebd6f296..b4d4a2ed3ce73edc69abb887c9461363cdaa170d 100644 |
--- a/components/mus/surfaces/surfaces_state.h |
+++ b/components/mus/surfaces/surfaces_state.h |
@@ -14,7 +14,7 @@ |
class SurfaceManager; |
} // namespace cc |
-namespace mus { |
+namespace surfaces { |
// The SurfacesState object is an object global to the View Manager app that |
// holds the SurfaceManager, SurfacesScheduler and allocates new Surfaces |
@@ -45,6 +45,6 @@ |
DISALLOW_COPY_AND_ASSIGN(SurfacesState); |
}; |
-} // namespace mus |
+} // namespace surfaces |
#endif // COMPONENTS_MUS_SURFACES_SURFACES_STATE_H_ |