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

Unified Diff: ash/system/power/dual_role_notification.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/dual_role_notification.h ('k') | ash/system/power/power_event_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/power/dual_role_notification.cc
diff --git a/ash/common/system/chromeos/power/dual_role_notification.cc b/ash/system/power/dual_role_notification.cc
similarity index 95%
rename from ash/common/system/chromeos/power/dual_role_notification.cc
rename to ash/system/power/dual_role_notification.cc
index 7baaaa5700416c948916766a0472873d29f10714..5cc1aec58eb792baced8d08af14df1c856137535 100644
--- a/ash/common/system/chromeos/power/dual_role_notification.cc
+++ b/ash/system/power/dual_role_notification.cc
@@ -2,16 +2,16 @@
// 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/dual_role_notification.h"
+#include "ash/system/power/dual_role_notification.h"
#include <set>
-#include "ash/common/system/chromeos/power/power_status.h"
-#include "ash/common/system/system_notifier.h"
-#include "ash/common/system/tray/system_tray_controller.h"
#include "ash/common/wm_shell.h"
#include "ash/resources/grit/ash_resources.h"
#include "ash/strings/grit/ash_strings.h"
+#include "ash/system/power/power_status.h"
+#include "ash/system/system_notifier.h"
+#include "ash/system/tray/system_tray_controller.h"
#include "base/strings/utf_string_conversions.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/l10n/time_format.h"
« no previous file with comments | « ash/system/power/dual_role_notification.h ('k') | ash/system/power/power_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698