| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index 4e03c7aa5d1ed43c7a4136a749f855c23fe41a52..80547465bfd0ac21471cbfd694231ba7bc402c43 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -38,18 +38,15 @@ class ImplicitAnimationObserver;
|
| }
|
|
|
| namespace ash {
|
| -class ScreenAsh;
|
| -class ShelfLayoutManagerObserver;
|
| -class ShelfWidget;
|
| -FORWARD_DECLARE_TEST(WebNotificationTrayTest, PopupAndFullscreen);
|
| -
|
| -namespace internal {
|
| -
|
| class PanelLayoutManagerTest;
|
| +class ScreenAsh;
|
| class ShelfBezelEventFilter;
|
| +class ShelfLayoutManagerObserver;
|
| class ShelfLayoutManagerTest;
|
| +class ShelfWidget;
|
| class StatusAreaWidget;
|
| class WorkspaceController;
|
| +FORWARD_DECLARE_TEST(WebNotificationTrayTest, PopupAndFullscreen);
|
|
|
| // ShelfLayoutManager is the layout manager responsible for the shelf and
|
| // status widgets. The shelf is given the total available width and told the
|
| @@ -417,7 +414,6 @@ class ASH_EXPORT ShelfLayoutManager :
|
| DISALLOW_COPY_AND_ASSIGN(ShelfLayoutManager);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SHELF_SHELF_LAYOUT_MANAGER_H_
|
|
|