| 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 5c492feca5dcb483e224beca22a48477d7cd79a1..d8ef81ff9886852a7288484da0e45a7029de8a8e 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -10,6 +10,7 @@
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_utils.h"
|
| #include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_window.h"
|
| @@ -23,7 +24,6 @@
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/tray_background_view.h"
|
| #include "ash/system/tray/tray_bubble_wrapper.h"
|
| -#include "ash/system/tray/tray_utils.h"
|
| #include "ash/system/web_notification/ash_popup_alignment_delegate.h"
|
| #include "base/auto_reset.h"
|
| #include "base/i18n/number_formatting.h"
|
|
|