| Index: ash/shelf/overflow_bubble.h
|
| diff --git a/ash/shelf/overflow_bubble.h b/ash/shelf/overflow_bubble.h
|
| index 14d1450084c289b7790ed45b2427f6382bb21314..479120c48a98c89e06ed2925e811a1e7b3d21366 100644
|
| --- a/ash/shelf/overflow_bubble.h
|
| +++ b/ash/shelf/overflow_bubble.h
|
| @@ -57,8 +57,8 @@ class OverflowBubble : public views::PointerWatcher,
|
| void OnWidgetDestroying(views::Widget* widget) override;
|
|
|
| OverflowBubbleView* bubble_; // Owned by views hierarchy.
|
| - views::View* anchor_; // Owned by ShelfView.
|
| - ShelfView* shelf_view_; // Owned by |bubble_|.
|
| + views::View* anchor_; // Owned by ShelfView.
|
| + ShelfView* shelf_view_; // Owned by |bubble_|.
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OverflowBubble);
|
| };
|
|
|