Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3823)

Unified Diff: chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc b/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
index dbeb6870e980afd2830869eca7782eb0897f74a8..4f778be35e9620d814fe0b528df816f66fdf7088 100644
--- a/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
@@ -3,13 +3,13 @@
// found in the LICENSE file.
#include "ash/common/login_status.h"
-#include "ash/common/system/date/date_default_view.h"
-#include "ash/common/system/date/date_view.h"
-#include "ash/common/system/date/system_info_default_view.h"
-#include "ash/common/system/date/tray_system_info.h"
-#include "ash/common/system/tray/system_tray.h"
#include "ash/common/wm_shell.h"
#include "ash/shell.h"
+#include "ash/system/date/date_default_view.h"
+#include "ash/system/date/date_view.h"
+#include "ash/system/date/system_info_default_view.h"
+#include "ash/system/date/tray_system_info.h"
+#include "ash/system/tray/system_tray.h"
#include "base/command_line.h"
#include "base/location.h"
#include "base/macros.h"

Powered by Google App Engine
This is Rietveld 408576698