Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: content/browser/geolocation/network_location_request.cc

Issue 7978039: net: Put more functions from escape.h into net namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}
}
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | content/browser/speech/speech_recognition_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698