| Index: apps/shell_window_registry.cc
|
| diff --git a/apps/shell_window_registry.cc b/apps/shell_window_registry.cc
|
| index 677a8c63b2a3ede069236e2054c60d2d3fe17af9..c44b924dddd89b276a2dd77811a489fb9f4bf081 100644
|
| --- a/apps/shell_window_registry.cc
|
| +++ b/apps/shell_window_registry.cc
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "apps/apps_client.h"
|
| -#include "apps/native_app_window.h"
|
| #include "apps/shell_window.h"
|
| #include "apps/shell_window_registry.h"
|
| +#include "apps/ui/native_app_window.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "components/browser_context_keyed_service/browser_context_dependency_manager.h"
|
|
|