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

Unified Diff: ash/system/chromeos/network/network_state_list_detailed_view.h

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test 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/system/chromeos/network/network_state_list_detailed_view.h
diff --git a/ash/system/chromeos/network/network_state_list_detailed_view.h b/ash/system/chromeos/network/network_state_list_detailed_view.h
index d8e70da46f47b9c7107ce09183dd9c9db7a0fff0..a31a10c4a5da1d9c507c2f6b01efed920cc04b63 100644
--- a/ash/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/system/chromeos/network/network_state_list_detailed_view.h
@@ -49,7 +49,7 @@ class NetworkStateListDetailedView
NetworkStateListDetailedView(SystemTrayItem* owner,
ListType list_type,
- user::LoginStatus login);
+ LoginStatus login);
~NetworkStateListDetailedView() override;
// Overridden from NetworkDetailedView:
@@ -122,7 +122,7 @@ class NetworkStateListDetailedView
ListType list_type_;
// Track login state.
- user::LoginStatus login_;
+ LoginStatus login_;
// Track WiFi scanning state.
bool wifi_scanning_;
« no previous file with comments | « ash/system/chromeos/enterprise/tray_enterprise.cc ('k') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698