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

Unified Diff: ash/shutdown_controller.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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/shutdown_controller.h ('k') | ash/sticky_keys/sticky_keys_overlay_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shutdown_controller.cc
diff --git a/ash/common/shutdown_controller.cc b/ash/shutdown_controller.cc
similarity index 90%
rename from ash/common/shutdown_controller.cc
rename to ash/shutdown_controller.cc
index b40fe8626152d55caa874aefca83199e8a9b8c8e..e44061b3cceba565f7b0f5978bddc7efc04acca4 100644
--- a/ash/common/shutdown_controller.cc
+++ b/ash/shutdown_controller.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/shutdown_controller.h"
+#include "ash/shutdown_controller.h"
-#include "ash/common/shell_delegate.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell_delegate.h"
+#include "ash/wm_shell.h"
#include "base/sys_info.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/power_manager_client.h"
« no previous file with comments | « ash/shutdown_controller.h ('k') | ash/sticky_keys/sticky_keys_overlay_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698