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

Unified Diff: ash/shelf/shelf.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/overflow_button.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 03cc2b0ef8cff2f5f24a11ebcaae01ad51f80871..2b06d8288e2cd3bf0b15d81651ee18bc85d9884f 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -30,21 +30,18 @@ class View;
}
namespace ash {
-
-namespace internal {
class FocusCycler;
+class ShelfDelegate;
+class ShelfIconObserver;
class ShelfLayoutManager;
+class ShelfModel;
class ShelfView;
-}
+class ShelfWidget;
namespace test {
class ShelfTestAPI;
}
-class ShelfDelegate;
-class ShelfIconObserver;
-class ShelfModel;
-class ShelfWidget;
class ASH_EXPORT Shelf {
public:
@@ -115,7 +112,7 @@ class ASH_EXPORT Shelf {
friend class test::ShelfTestAPI;
// ShelfView used to display icons.
- internal::ShelfView* shelf_view_;
+ ShelfView* shelf_view_;
ShelfAlignment alignment_;
« no previous file with comments | « ash/shelf/overflow_button.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698