Index: content/browser/geolocation/network_location_request.cc |
diff --git a/content/browser/geolocation/network_location_request.cc b/content/browser/geolocation/network_location_request.cc |
index 7e2900424024003f14cf93d9ac61f1c958b3ae8f..201d18174ce65ac8ff36276e968633811390500c 100644 |
--- a/content/browser/geolocation/network_location_request.cc |
+++ b/content/browser/geolocation/network_location_request.cc |
@@ -220,7 +220,7 @@ void AddWifiData(const WifiData& wifi_data, |
ReplaceSubstringsAfterOffset(&ssid, 0, "|", "\\|"); |
AddString("ssid:", ssid, &wifi_params); |
params->push_back( |
- "wifi=" + EscapeQueryParamValue(wifi_params, false)); |
+ "wifi=" + net::EscapeQueryParamValue(wifi_params, false)); |
} |
} |