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

Unified Diff: ash/system/power/power_status_view_unittest.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « ash/system/power/power_status_view.cc ('k') | ash/system/power/tablet_power_button_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/power/power_status_view_unittest.cc
diff --git a/ash/common/system/chromeos/power/power_status_view_unittest.cc b/ash/system/power/power_status_view_unittest.cc
similarity index 96%
rename from ash/common/system/chromeos/power/power_status_view_unittest.cc
rename to ash/system/power/power_status_view_unittest.cc
index 7103adbd319768ce90fce5ecb330ddbb18d61f50..7e63c4e1d8fc98612b00a92f0e8b61c455db426e 100644
--- a/ash/common/system/chromeos/power/power_status_view_unittest.cc
+++ b/ash/system/power/power_status_view_unittest.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/system/chromeos/power/power_status_view.h"
+#include "ash/system/power/power_status_view.h"
-#include "ash/common/system/chromeos/power/power_status.h"
#include "ash/strings/grit/ash_strings.h"
+#include "ash/system/power/power_status.h"
#include "ash/test/ash_test_base.h"
#include "chromeos/dbus/power_manager/power_supply_properties.pb.h"
#include "ui/base/l10n/l10n_util.h"
« no previous file with comments | « ash/system/power/power_status_view.cc ('k') | ash/system/power/tablet_power_button_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698