Index: components/arc/net/arc_net_host_impl.cc |
diff --git a/components/arc/net/arc_net_host_impl.cc b/components/arc/net/arc_net_host_impl.cc |
index e2472b696af1075808bcf3e7a7372e7e09eeec9b..985ef6a8733d8dccd6d9b9072858448526a009f3 100644 |
--- a/components/arc/net/arc_net_host_impl.cc |
+++ b/components/arc/net/arc_net_host_impl.cc |
@@ -369,7 +369,7 @@ void ArcNetHostImpl::GetNetworks(mojom::GetNetworksRequestType type, |
// property. |
mojo::Array<mojom::WifiConfigurationPtr> networks = |
mojo::Array<mojom::WifiConfigurationPtr>::New(0); |
- for (base::Value* value : *network_properties_list) { |
+ for (const auto& value : *network_properties_list) { |
mojom::WifiConfigurationPtr wc = mojom::WifiConfiguration::New(); |
base::DictionaryValue* network_dict = nullptr; |