| Index: ash/system/network/tray_network.cc
|
| diff --git a/ash/system/network/tray_network.cc b/ash/system/network/tray_network.cc
|
| index 41f5826f64205672e11292bf19ab1d0888eb295f..0f8928782424ff9b1de0543004552228aae74061 100644
|
| --- a/ash/system/network/tray_network.cc
|
| +++ b/ash/system/network/tray_network.cc
|
| @@ -10,6 +10,7 @@
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_item_more.h"
|
| +#include "ash/system/tray/tray_item_view.h"
|
| #include "ash/system/tray/tray_views.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "grit/ash_strings.h"
|
| @@ -98,7 +99,7 @@ enum ColorTheme {
|
| DARK,
|
| };
|
|
|
| -class NetworkTrayView : public views::View {
|
| +class NetworkTrayView : public TrayItemView {
|
| public:
|
| NetworkTrayView(ColorTheme size, bool tray_icon)
|
| : color_theme_(size), tray_icon_(tray_icon) {
|
|
|