| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| index 7a473e041830316b61cb431dbca1fc6668cae753..bae868fc0973473b8b399db937ca351fb11bd804 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| @@ -6,20 +6,20 @@
|
|
|
| #include <stddef.h>
|
|
|
| -#include "ash/common/shelf/app_list_button.h"
|
| -#include "ash/common/shelf/shelf_button.h"
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/shelf_model.h"
|
| -#include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/common/shelf/shelf_widget.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/window_properties.h"
|
| +#include "ash/shelf/app_list_button.h"
|
| +#include "ash/shelf/shelf_button.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/shelf_model.h"
|
| +#include "ash/shelf/shelf_view.h"
|
| +#include "ash/shelf/shelf_widget.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/shelf_view_test_api.h"
|
| #include "ash/wm/window_properties.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/macros.h"
|
|
|