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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ash/shelf/shelf_button_host.h ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/shelf/shelf_button_host.h ('k') | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698