| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 13c1084415c4e8e9ab9923c3a8a94a68cc6f2065..5e966eb552802ba9ee4958f61e87855dc4d0981c 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -908,7 +908,7 @@ bool SystemTrayDelegateChromeOS::IsNetworkBehindCaptivePortal(
|
| const std::string& service_path) const {
|
| NetworkPortalDetector::CaptivePortalState state =
|
| NetworkPortalDetector::Get()->GetCaptivePortalState(service_path);
|
| - return state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
|
| + return state.status == captive_portal::CAPTIVE_PORTAL_STATUS_PORTAL;
|
| }
|
|
|
| bool SystemTrayDelegateChromeOS::IsSearchKeyMappedToCapsLock() {
|
|
|