| Index: chrome/browser/ui/ash/system_tray_client.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
|
| index 337a50cf9af4bfa9f73dff553beb83db2a9f5354..82d88b1c3db659229cb44a4f9202a8e1242f9e0b 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/ui/ash/system_tray_client.h"
|
|
|
| -#include "ash/login_status.h"
|
| +#include "ash/common/login_status.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/public/interfaces/constants.mojom.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/feature_list.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/browser_process.h"
|
|
|