Index: chromeos/network/network_device_handler_impl.cc |
diff --git a/chromeos/network/network_device_handler_impl.cc b/chromeos/network/network_device_handler_impl.cc |
index 206fddff74560640a26100052b74e77500bd6027..cf8f0361a10b567d0bd32ad7fbc12e73a6eef1b0 100644 |
--- a/chromeos/network/network_device_handler_impl.cc |
+++ b/chromeos/network/network_device_handler_impl.cc |
@@ -69,7 +69,7 @@ void RefreshIPConfigsCallback( |
const network_handler::ErrorCallback& error_callback, |
const std::string& device_path, |
const base::DictionaryValue& properties) { |
- const ListValue* ip_configs; |
+ const base::ListValue* ip_configs; |
if (!properties.GetListWithoutPathExpansion( |
shill::kIPConfigsProperty, &ip_configs)) { |
NET_LOG_ERROR("RequestRefreshIPConfigs Failed", device_path); |