| Index: ash/system/screen_layout_observer.cc
|
| diff --git a/ash/system/screen_layout_observer.cc b/ash/system/screen_layout_observer.cc
|
| index cd1fc707ac96684a7202007f101656a871373e2e..9044385e3e9a6c8c7548f43d91a49e53f9a255c0 100644
|
| --- a/ash/system/screen_layout_observer.cc
|
| +++ b/ash/system/screen_layout_observer.cc
|
| @@ -8,9 +8,8 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "ash/common/metrics/user_metrics_action.h"
|
| -#include "ash/common/wm_shell.h"
|
| #include "ash/display/screen_orientation_controller_chromeos.h"
|
| +#include "ash/metrics/user_metrics_action.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/shell.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| @@ -20,6 +19,7 @@
|
| #include "ash/system/tray/system_tray_controller.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/bind.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|