| 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 4af10bd55e98f7f6d537e700a0c69ea1bf5263b5..eb796085d6b2af2aa0d60ed8c3d5d66af16d219d 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/system/web_notification/web_notification_tray.h"
|
|
|
| #include "ash/ash_switches.h"
|
| +#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/shelf/wm_shelf_util.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| @@ -12,7 +13,6 @@
|
| #include "ash/shelf/shelf_util.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/tray_background_view.h"
|
|
|