| Index: chrome/browser/geolocation/win7_location_provider_win.cc
|
| diff --git a/chrome/browser/geolocation/win7_location_provider_win.cc b/chrome/browser/geolocation/win7_location_provider_win.cc
|
| index aa400c41c436b80fe07b6554df5a394e64d2b103..72943d17914eef6935b78ac219a365961e97b7d9 100644
|
| --- a/chrome/browser/geolocation/win7_location_provider_win.cc
|
| +++ b/chrome/browser/geolocation/win7_location_provider_win.cc
|
| @@ -18,9 +18,9 @@ const int kPollPeriodStationaryMillis = kPollPeriodMovingMillis * 3;
|
| // Reading must differ by more than this amount to be considered movement.
|
| const int kMovementThresholdMeters = 20;
|
|
|
| -// This algorithm is reused from the corresponding code in the gears project
|
| +// This algorithm is reused from the corresponding code in the Gears project
|
| // and is also used in gps_location_provider_linux.cc
|
| -// The arbitrary delta is decreased (gears used 100 meters); if we need to
|
| +// The arbitrary delta is decreased (Gears used 100 meters); if we need to
|
| // decrease it any further we'll likely want to do some smarter filtering to
|
| // remove GPS location jitter noise.
|
| bool PositionsDifferSiginificantly(const Geoposition& position_1,
|
|
|