Index: ash/display/display_manager.h |
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h |
index c67252498dab9f93b4ab9ebfaccb324d9a1fadd1..11b995558ea2235be241f2d01e5f716379fd81f1 100644 |
--- a/ash/display/display_manager.h |
+++ b/ash/display/display_manager.h |
@@ -30,14 +30,13 @@ class Screen; |
namespace ash { |
class AcceleratorControllerTest; |
class DisplayController; |
+class DisplayLayoutStore; |
class ScreenAsh; |
namespace test { |
class DisplayManagerTestApi; |
class SystemGestureEventFilterTest; |
} |
-namespace internal { |
-class DisplayLayoutStore; |
// DisplayManager maintains the current display configurations, |
// and notifies observers when configuration changes. |
@@ -365,7 +364,6 @@ private: |
DISALLOW_COPY_AND_ASSIGN(DisplayManager); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_DISPLAY_DISPLAY_MANAGER_H_ |