| Index: ash/shelf/overflow_bubble_view.h
|
| diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
|
| index e8533c128f9520801e43b307e20e97ac92e36868..58f80bed2e43c38da3b3253eafd68693e992c9d5 100644
|
| --- a/ash/shelf/overflow_bubble_view.h
|
| +++ b/ash/shelf/overflow_bubble_view.h
|
| @@ -11,16 +11,13 @@
|
| #include "ui/views/bubble/bubble_delegate.h"
|
|
|
| namespace ash {
|
| +class ShelfLayoutManager;
|
| +class ShelfView;
|
|
|
| namespace test {
|
| class OverflowBubbleViewTestAPI;
|
| }
|
|
|
| -namespace internal {
|
| -
|
| -class ShelfLayoutManager;
|
| -class ShelfView;
|
| -
|
| // OverflowBubbleView hosts a ShelfView to display overflown items.
|
| // Exports to access this class from OverflowBubbleViewTestAPI.
|
| class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
|
| @@ -63,7 +60,6 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
|
| DISALLOW_COPY_AND_ASSIGN(OverflowBubbleView);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SHELF_OVERFLOW_BUBBLE_VIEW_H_
|
|
|