Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: ash/common/system/chromeos/network/vpn_list_view.h

Issue 2109293002: mash: Convert system tray network item to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak string Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/system/chromeos/network/vpn_list_view.h
diff --git a/ash/system/chromeos/network/vpn_list_view.h b/ash/common/system/chromeos/network/vpn_list_view.h
similarity index 92%
rename from ash/system/chromeos/network/vpn_list_view.h
rename to ash/common/system/chromeos/network/vpn_list_view.h
index be6e1341b41683498b8f4def693cc248895037be..dc17fbc7b68dccb2b944c33b0ec21cff3b32a457 100644
--- a/ash/system/chromeos/network/vpn_list_view.h
+++ b/ash/common/system/chromeos/network/vpn_list_view.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
-#define ASH_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
#include <map>
#include <string>
+#include "ash/common/system/chromeos/network/vpn_delegate.h"
#include "ash/common/system/tray/view_click_listener.h"
-#include "ash/system/chromeos/network/vpn_delegate.h"
#include "base/macros.h"
#include "chromeos/network/network_state_handler.h"
#include "ui/chromeos/network/network_list_view_base.h"
@@ -92,4 +92,4 @@ class VPNListView : public ui::NetworkListViewBase,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_LIST_VIEW_H_
« no previous file with comments | « ash/common/system/chromeos/network/vpn_delegate.cc ('k') | ash/common/system/chromeos/network/vpn_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698