| Index: chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc
 | 
| diff --git a/chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc b/chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc
 | 
| index 9f687f14bfbe02e362190e6c7380f8225e65e932..044c10e3c065268d5308257efc67056792f92702 100644
 | 
| --- a/chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc
 | 
| +++ b/chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc
 | 
| @@ -4,9 +4,9 @@
 | 
|  
 | 
|  #include "chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.h"
 | 
|  
 | 
| -#include "ash/common/wm_shell.h"
 | 
| -#include "ash/common/wm_window.h"
 | 
|  #include "ash/shared/app_types.h"
 | 
| +#include "ash/wm_shell.h"
 | 
| +#include "ash/wm_window.h"
 | 
|  #include "base/bind.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "chromeos/dbus/dbus_thread_manager.h"
 | 
| 
 |