| Index: ash/common/system/chromeos/network/tray_vpn.cc
|
| diff --git a/ash/system/chromeos/network/tray_vpn.cc b/ash/common/system/chromeos/network/tray_vpn.cc
|
| similarity index 96%
|
| rename from ash/system/chromeos/network/tray_vpn.cc
|
| rename to ash/common/system/chromeos/network/tray_vpn.cc
|
| index 10a75e06e2a7a5d2454d1e9c9471b8a0addd7501..ac40d940c4a9737a4346cdb64bd0fbbd05f65cc1 100644
|
| --- a/ash/system/chromeos/network/tray_vpn.cc
|
| +++ b/ash/common/system/chromeos/network/tray_vpn.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/chromeos/network/tray_vpn.h"
|
| +#include "ash/common/system/chromeos/network/tray_vpn.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/system/chromeos/network/network_state_list_detailed_view.h"
|
| +#include "ash/common/system/chromeos/network/vpn_delegate.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/system/tray/tray_item_more.h"
|
| #include "ash/common/system/tray/tray_popup_label_button.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/system/chromeos/network/network_state_list_detailed_view.h"
|
| -#include "ash/system/chromeos/network/vpn_delegate.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "chromeos/network/network_state.h"
|
| #include "chromeos/network/network_state_handler.h"
|
|
|