| Index: ash/system/chromeos/network/vpn_list_view.cc
|
| diff --git a/ash/system/chromeos/network/vpn_list_view.cc b/ash/system/chromeos/network/vpn_list_view.cc
|
| index 04ada09a6720d1e0a17a3d34b11a29d88e399281..34aacd6a9abe885bd19c7e2a9244f160cd0b256f 100644
|
| --- a/ash/system/chromeos/network/vpn_list_view.cc
|
| +++ b/ash/system/chromeos/network/vpn_list_view.cc
|
| @@ -8,14 +8,14 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "ash/common/system/tray/hover_highlight_view.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_label_button.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/metrics/user_metrics_recorder.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/chromeos/network/vpn_delegate.h"
|
| -#include "ash/system/tray/hover_highlight_view.h"
|
| -#include "ash/system/tray/tray_popup_label_button.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/logging.h"
|
|
|