| Index: ash/system/date/date_default_view.cc
|
| diff --git a/ash/common/system/date/date_default_view.cc b/ash/system/date/date_default_view.cc
|
| similarity index 92%
|
| rename from ash/common/system/date/date_default_view.cc
|
| rename to ash/system/date/date_default_view.cc
|
| index c54d7b8617046664be1df485bff56c8ddf944b1c..94a0dbe17135d6c3c0714c3c72d2336fe69066db 100644
|
| --- a/ash/common/system/date/date_default_view.cc
|
| +++ b/ash/system/date/date_default_view.cc
|
| @@ -2,21 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/date/date_default_view.h"
|
| +#include "ash/system/date/date_default_view.h"
|
|
|
| #include "ash/common/metrics/user_metrics_action.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shutdown_controller.h"
|
| -#include "ash/common/system/date/date_view.h"
|
| -#include "ash/common/system/tray/special_popup_row.h"
|
| -#include "ash/common/system/tray/system_tray.h"
|
| -#include "ash/common/system/tray/system_tray_controller.h"
|
| -#include "ash/common/system/tray/tray_constants.h"
|
| -#include "ash/common/system/tray/tray_popup_header_button.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/shell.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| +#include "ash/system/date/date_view.h"
|
| +#include "ash/system/tray/special_popup_row.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/tray/system_tray_controller.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/system/tray/tray_popup_header_button.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "base/i18n/rtl.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
|
|