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

Unified Diff: ash/system/network/tray_vpn.h

Issue 2869053002: Merge NetworkListViewBase hierarchy and NetworkStateListDetailedView (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « ash/system/network/tray_network_unittest.cc ('k') | ash/system/network/tray_vpn.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/tray_vpn.h
diff --git a/ash/system/network/tray_vpn.h b/ash/system/network/tray_vpn.h
index 80e96229a001b889c0d667b17d43759daa7cc3b8..fb81ba4c7693814125b2ea80eeb751ff5447c073 100644
--- a/ash/system/network/tray_vpn.h
+++ b/ash/system/network/tray_vpn.h
@@ -15,7 +15,7 @@ namespace ash {
class TrayNetworkStateObserver;
namespace tray {
-class NetworkStateListDetailedView;
+class VPNListView;
class VpnDefaultView;
}
@@ -36,7 +36,7 @@ class TrayVPN : public SystemTrayItem,
private:
tray::VpnDefaultView* default_;
- tray::NetworkStateListDetailedView* detailed_;
+ tray::VPNListView* detailed_;
std::unique_ptr<TrayNetworkStateObserver> network_state_observer_;
DISALLOW_COPY_AND_ASSIGN(TrayVPN);
« no previous file with comments | « ash/system/network/tray_network_unittest.cc ('k') | ash/system/network/tray_vpn.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698