Index: ash/common/system/chromeos/network/vpn_list_view.cc |
diff --git a/ash/system/chromeos/network/vpn_list_view.cc b/ash/common/system/chromeos/network/vpn_list_view.cc |
similarity index 99% |
rename from ash/system/chromeos/network/vpn_list_view.cc |
rename to ash/common/system/chromeos/network/vpn_list_view.cc |
index 1fb751e0156024c6ca594b543a74cb978ee3ca5e..45c30080bc2ae052133c58015dac84eac46fe41b 100644 |
--- a/ash/system/chromeos/network/vpn_list_view.cc |
+++ b/ash/common/system/chromeos/network/vpn_list_view.cc |
@@ -2,18 +2,18 @@ |
// 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/vpn_list_view.h" |
+#include "ash/common/system/chromeos/network/vpn_list_view.h" |
#include <memory> |
#include <utility> |
#include <vector> |
+#include "ash/common/system/chromeos/network/vpn_delegate.h" |
#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/system/chromeos/network/vpn_delegate.h" |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "base/logging.h" |