| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| index 185b5d7122f0286677849e90b6d65e58cdb61231..6e0769aaf04647d70d41a5b52e3133f29012f072 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
| @@ -9,12 +9,12 @@
|
| #include <vector>
|
|
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/shelf/shelf_item_delegate_manager.h"
|
| +#include "ash/common/shelf/shelf_model.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/multi_profile_uma.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf.h"
|
| -#include "ash/shelf/shelf_item_delegate_manager.h"
|
| -#include "ash/shelf/shelf_model.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/wm/window_util.h"
|
|
|