| Index: ash/shelf/shelf_tooltip_manager.cc | 
| diff --git a/ash/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc | 
| index 0f3a8758ab58b8cbc4eff5a45e8161ff8d94efe4..59988c8bb7d43feb146ece22fcc916e7dc3bd409 100644 | 
| --- a/ash/shelf/shelf_tooltip_manager.cc | 
| +++ b/ash/shelf/shelf_tooltip_manager.cc | 
| @@ -4,13 +4,13 @@ | 
|  | 
| #include "ash/shelf/shelf_tooltip_manager.h" | 
|  | 
| +#include "ash/common/wm_shell.h" | 
| +#include "ash/common/wm_window.h" | 
| #include "ash/public/cpp/shell_window_ids.h" | 
| #include "ash/root_window_controller.h" | 
| #include "ash/shelf/shelf_view.h" | 
| #include "ash/shelf/wm_shelf.h" | 
| #include "ash/system/tray/tray_constants.h" | 
| -#include "ash/wm_shell.h" | 
| -#include "ash/wm_window.h" | 
| #include "base/bind.h" | 
| #include "base/strings/string16.h" | 
| #include "base/threading/thread_task_runner_handle.h" | 
|  |