| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index 808547a4ef65c5b2756c08b86b8b7e07ec944d19..cd7b010b8853735a5c0f3cd1e4f4f3c997364c30 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -7,10 +7,10 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "ash/session/session_state_delegate.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell/example_factory.h"
|
| #include "ash/shell/toplevel_window.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| #include "base/i18n/case_conversion.h"
|
|
|