| 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..e8533c128f9520801e43b307e20e97ac92e36868 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* GetShelfLayoutManager() const;
|
|
|
| ShelfView* shelf_view_; // Owned by views hierarchy.
|
| gfx::Vector2d scroll_offset_;
|
|
|