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

Unified Diff: ash/shelf/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/shelf/alternate_app_list_button.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/app_list_button.h
diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h
index 2326a113651c074486dd05fdd775f96a06483aa7..c47fd6d51ce529a2dd8d23a9e9679a86ce7beed8 100644
--- a/ash/shelf/app_list_button.h
+++ b/ash/shelf/app_list_button.h
@@ -8,8 +8,6 @@
#include "ui/views/controls/button/image_button.h"
namespace ash {
-namespace internal {
-
class ShelfButtonHost;
// Button used for the AppList icon on the shelf.
@@ -38,7 +36,6 @@ class AppListButton : public views::ImageButton {
DISALLOW_COPY_AND_ASSIGN(AppListButton);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_APP_LIST_BUTTON_H_
« no previous file with comments | « ash/shelf/alternate_app_list_button.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698