| Index: ash/common/system/chromeos/network/tray_sms.cc
|
| diff --git a/ash/common/system/chromeos/network/tray_sms.cc b/ash/common/system/chromeos/network/tray_sms.cc
|
| index a66886308ce283668e8021676646bbf9dab10b54..4fedb7ee19c4869260a91a409ed775dbca0e8e56 100644
|
| --- a/ash/common/system/chromeos/network/tray_sms.cc
|
| +++ b/ash/common/system/chromeos/network/tray_sms.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "ash/common/material_design/material_design_controller.h"
|
| #include "ash/common/metrics/user_metrics_action.h"
|
| -#include "ash/common/system/tray/fixed_sized_scroll_view.h"
|
| #include "ash/common/system/tray/system_tray.h"
|
| #include "ash/common/system/tray/system_tray_bubble.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| @@ -31,6 +30,7 @@
|
| #include "ui/views/bubble/tray_bubble_view.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
| +#include "ui/views/controls/scroll_view.h"
|
| #include "ui/views/layout/box_layout.h"
|
| #include "ui/views/layout/fill_layout.h"
|
| #include "ui/views/layout/grid_layout.h"
|
|
|