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

Unified Diff: ash/shelf/app_list_button.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: cleanup Created 3 years, 7 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
Index: ash/shelf/app_list_button.h
diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h
index b9ad7f169f3120f576e7240a8711b27458ff0adf..31faff2948e1199d3fbbb9ec325f5dce44bf1ff9 100644
--- a/ash/shelf/app_list_button.h
+++ b/ash/shelf/app_list_button.h
@@ -14,15 +14,15 @@
namespace ash {
class InkDropButtonListener;
+class Shelf;
class ShelfView;
-class WmShelf;
// Button used for the AppList icon on the shelf.
class ASH_EXPORT AppListButton : public views::ImageButton {
public:
AppListButton(InkDropButtonListener* listener,
ShelfView* shelf_view,
- WmShelf* wm_shelf);
+ Shelf* shelf);
~AppListButton() override;
void OnAppListShown();
@@ -64,7 +64,7 @@ class ASH_EXPORT AppListButton : public views::ImageButton {
InkDropButtonListener* listener_;
ShelfView* shelf_view_;
- WmShelf* wm_shelf_;
+ Shelf* shelf_;
DISALLOW_COPY_AND_ASSIGN(AppListButton);
};

Powered by Google App Engine
This is Rietveld 408576698