Index: content/browser/geolocation/wifi_data_provider_linux.cc |
diff --git a/content/browser/geolocation/wifi_data_provider_linux.cc b/content/browser/geolocation/wifi_data_provider_linux.cc |
index 1e4365822e4bc85a27ebac8711f6c8d53450a186..5838c048e35d536af2370728caaff972835ed8e3 100644 |
--- a/content/browser/geolocation/wifi_data_provider_linux.cc |
+++ b/content/browser/geolocation/wifi_data_provider_linux.cc |
@@ -246,7 +246,7 @@ bool NetworkManagerWlanApi::GetAccessPointsForAdapter( |
<< ": " << response->ToString(); |
continue; |
} |
- uint8* ssid_bytes = NULL; |
+ const uint8* ssid_bytes = NULL; |
size_t ssid_length = 0; |
if (!variant_reader.PopArrayOfBytes(&ssid_bytes, &ssid_length)) { |
LOG(WARNING) << "Unexpected response for " << access_point_path.value() |