| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 31df20b585bec3e61e865336b40324e66cdcbfa9..b9751d385aee895c3306412babf1077c2916ad25 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "ash/ash_constants.h"
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/drag_drop/drag_image_view.h"
|
| #include "ash/metrics/user_metrics_recorder.h"
|
| @@ -19,7 +20,6 @@
|
| #include "ash/shelf/overflow_button.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_button.h"
|
| -#include "ash/shelf/shelf_constants.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shelf/shelf_icon_observer.h"
|
| #include "ash/shelf/shelf_item_delegate_manager.h"
|
|
|