Chromium Code Reviews| Index: ash/shelf/overflow_bubble_view.h |
| diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h |
| index f5bfdc120508535f3a9f3b3113640c6a4770c2da..084e1d0946e6cd2513b4e7282cc600dd84bd7d27 100644 |
| --- a/ash/shelf/overflow_bubble_view.h |
| +++ b/ash/shelf/overflow_bubble_view.h |
| @@ -55,7 +55,7 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView { |
| // ui::EventHandler overrides: |
| virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE; |
| - ShelfLayoutManager* GetShelfLayoutManagerForLauncher() const; |
| + ShelfLayoutManager* GetShelfLayoutManagerForShelf() const; |
|
James Cook
2013/12/16 23:34:52
nit: Maybe this should just be called GetShelfLayo
tfarina
2013/12/17 00:45:24
Done.
|
| ShelfView* shelf_view_; // Owned by views hierarchy. |
| gfx::Vector2d scroll_offset_; |