| Index: ash/shelf/shelf_view_unittest.cc
|
| diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
|
| index 90b34883e31017254b158ec52bf9f7147d99ef7c..a205effc5b7216ae39993998799e726788de8737 100644
|
| --- a/ash/shelf/shelf_view_unittest.cc
|
| +++ b/ash/shelf/shelf_view_unittest.cc
|
| @@ -9,6 +9,8 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "ash/common/shelf/overflow_bubble.h"
|
| +#include "ash/common/shelf/overflow_bubble_view.h"
|
| #include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/shelf/shelf_item_delegate_manager.h"
|
| #include "ash/common/shelf/shelf_menu_model.h"
|
| @@ -16,8 +18,6 @@
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/app_list_button.h"
|
| -#include "ash/shelf/overflow_bubble.h"
|
| -#include "ash/shelf/overflow_bubble_view.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_button.h"
|
| #include "ash/shelf/shelf_icon_observer.h"
|
|
|