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

Unified Diff: ash/shelf/alternate_app_list_button.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/screensaver/screensaver_view_unittest.cc ('k') | ash/shelf/alternate_app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/alternate_app_list_button.h
diff --git a/ash/shelf/alternate_app_list_button.h b/ash/shelf/alternate_app_list_button.h
index f80078bfd49c7ffc78c8fac1f567b24458966100..bd95632d4e2895f63ed7e3a162d07c24f444102a 100644
--- a/ash/shelf/alternate_app_list_button.h
+++ b/ash/shelf/alternate_app_list_button.h
@@ -8,15 +8,11 @@
#include "ui/views/controls/button/image_button.h"
namespace ash {
-
-class ShelfWidget;
-
-namespace internal {
-
class ShelfButtonHost;
+class ShelfWidget;
// Button used for the AppList icon on the shelf.
-// This class is an alternate implementation to ash::internal::AppListButton
+// This class is an alternate implementation to ash::AppListButton
// for the purposes of testing an alternate shelf layout
// (see ash_switches: UseAlternateShelfLayout).
class AlternateAppListButton : public views::ImageButton {
@@ -53,7 +49,6 @@ class AlternateAppListButton : public views::ImageButton {
DISALLOW_COPY_AND_ASSIGN(AlternateAppListButton);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_ALTERNATE_APP_LIST_BUTTON_H_
« no previous file with comments | « ash/screensaver/screensaver_view_unittest.cc ('k') | ash/shelf/alternate_app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698