| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| index 9bd33e0ba8871b605a28f6aa57529e6cf66f4763..b86d5cafd6ca1863e3c9e8faa02cf1091513702a 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| @@ -10,12 +10,12 @@
|
|
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/multi_profile_uma.h"
|
| +#include "ash/common/shelf/shelf.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/shelf/shelf.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/command_line.h"
|
|
|