| Index: ash/system/web_notification/web_notification_tray.cc
 | 
| diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
 | 
| index 35eb2ed3e5db63dfdf0caf4e612577f0d5f675c9..8e6c79df93d6d53679e80365d04bf7ccae3972b2 100644
 | 
| --- a/ash/system/web_notification/web_notification_tray.cc
 | 
| +++ b/ash/system/web_notification/web_notification_tray.cc
 | 
| @@ -4,11 +4,13 @@
 | 
|  
 | 
|  #include "ash/system/web_notification/web_notification_tray.h"
 | 
|  
 | 
| -#include "ash/material_design/material_design_controller.h"
 | 
| +#include "ash/common/material_design/material_design_controller.h"
 | 
| +#include "ash/common/session/session_state_delegate.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
| +#include "ash/common/wm_window.h"
 | 
|  #include "ash/public/cpp/shell_window_ids.h"
 | 
|  #include "ash/resources/vector_icons/vector_icons.h"
 | 
|  #include "ash/root_window_controller.h"
 | 
| -#include "ash/session/session_state_delegate.h"
 | 
|  #include "ash/shelf/shelf_constants.h"
 | 
|  #include "ash/shelf/wm_shelf.h"
 | 
|  #include "ash/shelf/wm_shelf_util.h"
 | 
| @@ -20,8 +22,6 @@
 | 
|  #include "ash/system/tray/tray_constants.h"
 | 
|  #include "ash/system/tray/tray_utils.h"
 | 
|  #include "ash/system/web_notification/ash_popup_alignment_delegate.h"
 | 
| -#include "ash/wm_shell.h"
 | 
| -#include "ash/wm_window.h"
 | 
|  #include "base/auto_reset.h"
 | 
|  #include "base/i18n/number_formatting.h"
 | 
|  #include "base/i18n/rtl.h"
 | 
| 
 |