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

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

Issue 575021: Revert 38207 - bah. still can't work out why this passes fine on local machin... (Closed) Base URL: svn://svn.chromium.org/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 38207)
+++ 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.end();
+ iter != wifi_data.access_point_data.begin();
iter++) {
*key += separator;
*key += iter->mac_address;
« no previous file with comments | « chrome/browser/geolocation/location_provider.h ('k') | chrome/browser/geolocation/network_location_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698