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

Unified Diff: ash/shelf/overflow_bubble_view.h

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/shelf/overflow_bubble.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble_view.h
diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
index 0d66d315cb6aa392504b9c8b89268dbd29d424ce..598882809523a149a1366c5304ab864a20c9b0cc 100644
--- a/ash/shelf/overflow_bubble_view.h
+++ b/ash/shelf/overflow_bubble_view.h
@@ -16,7 +16,7 @@ class View;
}
namespace ash {
-class WmShelf;
+class Shelf;
namespace test {
class OverflowBubbleViewTestAPI;
@@ -27,7 +27,7 @@ class OverflowBubbleViewTestAPI;
class ASH_EXPORT OverflowBubbleView : public views::BubbleDialogDelegateView,
public ShelfBackgroundAnimatorObserver {
public:
- explicit OverflowBubbleView(WmShelf* wm_shelf);
+ explicit OverflowBubbleView(Shelf* shelf);
~OverflowBubbleView() override;
// |anchor| is the overflow button on the main shelf. |shelf_view| is the
@@ -58,7 +58,7 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDialogDelegateView,
// ShelfBackgroundAnimatorObserver:
void UpdateShelfBackground(SkColor color) override;
- WmShelf* wm_shelf_;
+ Shelf* shelf_;
views::View* shelf_view_; // Owned by views hierarchy.
gfx::Vector2d scroll_offset_;
« no previous file with comments | « ash/shelf/overflow_bubble.cc ('k') | ash/shelf/overflow_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698