| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index ef45974c24a05b2cfd39bd30d2dfbc0930640252..19f7b06f93c6ee4aff367e0c5ac57f43399cd307 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -12,6 +12,7 @@
|
| #include "ash/aura/wm_window_aura.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"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/drag_drop/drag_image_view.h"
|
| @@ -25,7 +26,6 @@
|
| #include "ash/shelf/shelf_button.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shelf/shelf_icon_observer.h"
|
| -#include "ash/shelf/shelf_menu_model.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
|
|