| Index: ash/system/rotation/tray_rotation_lock.cc
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/rotation/tray_rotation_lock.cc
|
| similarity index 94%
|
| rename from ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| rename to ash/system/rotation/tray_rotation_lock.cc
|
| index 2a10c6ddbcc2f2100032c71097a0690235811018..de0d44954eb560d1e66a14ca8b41cdecb22918df 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| +++ b/ash/system/rotation/tray_rotation_lock.cc
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
| -
|
| -#include "ash/common/system/tray/actionable_view.h"
|
| -#include "ash/common/system/tray/system_tray.h"
|
| -#include "ash/common/system/tray/tray_constants.h"
|
| -#include "ash/common/system/tray/tray_popup_item_style.h"
|
| -#include "ash/common/system/tray/tray_popup_utils.h"
|
| -#include "ash/common/system/tray/tri_view.h"
|
| +#include "ash/system/rotation/tray_rotation_lock.h"
|
| +
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/display/screen_orientation_controller_chromeos.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/shell.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| +#include "ash/system/tray/actionable_view.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/system/tray/tray_popup_item_style.h"
|
| +#include "ash/system/tray/tray_popup_utils.h"
|
| +#include "ash/system/tray/tri_view.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/display/display.h"
|
|
|