| 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"
|
|
|