| Index: ash/common/shutdown_controller.cc
 | 
| diff --git a/ash/shutdown_controller.cc b/ash/common/shutdown_controller.cc
 | 
| similarity index 90%
 | 
| rename from ash/shutdown_controller.cc
 | 
| rename to ash/common/shutdown_controller.cc
 | 
| index e44061b3cceba565f7b0f5978bddc7efc04acca4..b40fe8626152d55caa874aefca83199e8a9b8c8e 100644
 | 
| --- a/ash/shutdown_controller.cc
 | 
| +++ b/ash/common/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/shutdown_controller.h"
 | 
| +#include "ash/common/shutdown_controller.h"
 | 
|  
 | 
| -#include "ash/shell_delegate.h"
 | 
| -#include "ash/wm_shell.h"
 | 
| +#include "ash/common/shell_delegate.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
|  #include "base/sys_info.h"
 | 
|  #include "chromeos/dbus/dbus_thread_manager.h"
 | 
|  #include "chromeos/dbus/power_manager_client.h"
 | 
| 
 |