| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index fccdae7ff79a1eb6a32783461bdc4bc217c7adaa..3bad616451a3b74def00d0a3401e1984d6802211 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -8,12 +8,15 @@
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "ash/key_event_watcher.h"
|
| -#include "ash/login_status.h"
|
| -#include "ash/material_design/material_design_controller.h"
|
| +#include "ash/common/key_event_watcher.h"
|
| +#include "ash/common/login_status.h"
|
| +#include "ash/common/material_design/material_design_controller.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_activation_observer.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/wm_shelf.h"
|
| #include "ash/shelf/wm_shelf_util.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| @@ -48,9 +51,6 @@
|
| #include "ash/system/user/tray_user.h"
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
| #include "ash/wm/container_finder.h"
|
| -#include "ash/wm_activation_observer.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/metrics/histogram_macros.h"
|
|
|