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

Unified Diff: chrome/browser/geolocation/network_location_provider.cc

Issue 571014: Split out of reverted change http://src.chromium.org/viewvc/chrome?view=rev&r... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 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: chrome/browser/geolocation/network_location_provider.cc
===================================================================
--- chrome/browser/geolocation/network_location_provider.cc (revision 38204)
+++ chrome/browser/geolocation/network_location_provider.cc (working copy)
@@ -80,7 +80,7 @@
const string16 separator(ASCIIToUTF16("|"));
for (WifiData::AccessPointDataSet::const_iterator iter =
wifi_data.access_point_data.begin();
- iter != wifi_data.access_point_data.begin();
+ iter != wifi_data.access_point_data.end();
iter++) {
*key += separator;
*key += iter->mac_address;
« no previous file with comments | « chrome/browser/geolocation/location_provider.h ('k') | chrome/browser/geolocation/network_location_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698