| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 19fecf86a9be56cda79caf109c61fec04eb3f8a2..8bb3bcafa7eed077e7e5462a9edfc3c960bbcf3e 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -15,6 +15,7 @@
|
| #include "ash/common/shelf/overflow_bubble_view.h"
|
| #include "ash/common/shelf/overflow_button.h"
|
| #include "ash/common/shelf/shelf_constants.h"
|
| +#include "ash/common/shelf/shelf_delegate.h"
|
| #include "ash/common/shelf/shelf_menu_model.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shell_delegate.h"
|
| @@ -24,7 +25,6 @@
|
| #include "ash/scoped_target_root_window.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_button.h"
|
| -#include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shelf/shelf_icon_observer.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
|
|