Index: chromeos/network/network_state_handler.cc |
diff --git a/chromeos/network/network_state_handler.cc b/chromeos/network/network_state_handler.cc |
index 047c54b44ccadf6fa6f324a1dfef1b3b3dfcef59..75c3dcff0ab4be993b3881d9a327e8c3b5db502a 100644 |
--- a/chromeos/network/network_state_handler.cc |
+++ b/chromeos/network/network_state_handler.cc |
@@ -143,7 +143,7 @@ NetworkStateHandler::TechnologyState NetworkStateHandler::GetTechnologyState( |
else if (shill_property_handler_->IsTechnologyAvailable(technology)) |
state = TECHNOLOGY_AVAILABLE; |
else |
- state = TECHNOLOGY_UNINITIALIZED; |
+ state = TECHNOLOGY_UNAVAILABLE; |
VLOG(2) << "GetTechnologyState: " << type << " = " << state; |
return state; |
} |