| Index: ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| diff --git a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc b/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| index e1f58c138634691b34b2933646f3eaeb345fb7bf..0d35974913ac9189c7438f70bca1f8ca9d441a1f 100644
|
| --- a/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| +++ b/ash/common/system/chromeos/network/network_state_list_detailed_view.cc
|
| @@ -19,7 +19,6 @@
|
| #include "ash/common/system/chromeos/network/vpn_list_view.h"
|
| #include "ash/common/system/networking_config_delegate.h"
|
| #include "ash/common/system/tray/fixed_sized_image_view.h"
|
| -#include "ash/common/system/tray/fixed_sized_scroll_view.h"
|
| #include "ash/common/system/tray/hover_highlight_view.h"
|
| #include "ash/common/system/tray/system_menu_button.h"
|
| #include "ash/common/system/tray/system_tray.h"
|
| @@ -59,6 +58,7 @@
|
| #include "ui/gfx/text_constants.h"
|
| #include "ui/views/bubble/bubble_dialog_delegate.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/layout_manager.h"
|
|
|