| Index: chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| index d7f7233ec2f85bb0c4b2646e26e56ec0b9a7953e..d5ca052d9dfb84d10c1bc8e8ee73310f9b780c90 100644
|
| --- a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| @@ -5,12 +5,12 @@
|
| #include "chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h"
|
|
|
| #include "apps/app_window.h"
|
| -#include "apps/ui/native_app_window.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
|
| #include "chrome/browser/ui/host_desktop.h"
|
| +#include "extensions/browser/app_window/native_app_window.h"
|
| #include "ui/aura/window.h"
|
|
|
| namespace {
|
|
|