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

Unified Diff: ash/shelf/overflow_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/overflow_button.h
diff --git a/ash/shelf/overflow_button.h b/ash/shelf/overflow_button.h
index d87cc04609f073b11baf1d79bb88ca93afb6eac4..88bb6d2cdf96005518b73fba516a930be3b86e77 100644
--- a/ash/shelf/overflow_button.h
+++ b/ash/shelf/overflow_button.h
@@ -16,14 +16,14 @@ namespace test {
class OverflowButtonTestApi;
} // namespace test
+class Shelf;
class ShelfView;
-class WmShelf;
// Shelf overflow chevron button.
class ASH_EXPORT OverflowButton : public views::CustomButton {
public:
// |shelf_view| is the view containing this button.
- OverflowButton(ShelfView* shelf_view, WmShelf* wm_shelf);
+ OverflowButton(ShelfView* shelf_view, Shelf* shelf);
~OverflowButton() override;
void OnShelfAlignmentChanged();
@@ -75,7 +75,7 @@ class ASH_EXPORT OverflowButton : public views::CustomButton {
const gfx::ImageSkia* chevron_image_;
ShelfView* shelf_view_;
- WmShelf* wm_shelf_;
+ Shelf* shelf_;
// Color used to paint the background.
SkColor background_color_;

Powered by Google App Engine
This is Rietveld 408576698