| 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;
|
|
|