| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index e47d1a811413aef40ebcf77d4408aca9dc6c7cd7..fd769f84c97799a56eb5028406f3afb31296dc90 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
|
|
|
| -#include "apps/app_window.h"
|
| -#include "apps/app_window_registry.h"
|
| #include "ash/content_support/gpu_support_impl.h"
|
| #include "ash/magnifier/magnifier_constants.h"
|
| #include "ash/wm/window_state.h"
|
| @@ -23,6 +21,8 @@
|
| #include "chrome/browser/ui/browser_commands.h"
|
| #include "chrome/grit/chromium_strings.h"
|
| #include "components/signin/core/common/profile_management_switches.h"
|
| +#include "extensions/browser/app_window/app_window.h"
|
| +#include "extensions/browser/app_window/app_window_registry.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|