| 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 709063a582118a6920d3b5f55388ef886a93cad7..c8d68ac8e2e21a2afb0b60e1e7cf5e2e2e79d240 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_linux.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_linux.cc
|
| @@ -270,7 +270,7 @@ bool NetworkManagerWlanApi::GetAccessPointsForAdapter(
|
| continue;
|
| }
|
|
|
| - ReplaceSubstringsAfterOffset(&mac, 0U, ":", "");
|
| + ReplaceSubstringsAfterOffset(&mac, 0U, ":", std::string());
|
| std::vector<uint8> mac_bytes;
|
| if (!base::HexStringToBytes(mac, &mac_bytes) || mac_bytes.size() != 6) {
|
| LOG(WARNING) << "Can't parse mac address (found " << mac_bytes.size()
|
|
|