| Index: chrome/browser/geolocation/gps_location_provider_linux.h
|
| diff --git a/chrome/browser/geolocation/gps_location_provider_linux.h b/chrome/browser/geolocation/gps_location_provider_linux.h
|
| index 68fff236ea41b6764c4cc7cbf6e1c8603bb1f564..a06ccbd2389e10aabe64ed05b04501c81ba16125 100644
|
| --- a/chrome/browser/geolocation/gps_location_provider_linux.h
|
| +++ b/chrome/browser/geolocation/gps_location_provider_linux.h
|
| @@ -27,7 +27,7 @@ class GpsLocationProviderLinux : public LocationProviderBase {
|
| public:
|
| typedef LibGps* (*LibGpsFactory)();
|
| // |factory| will be used to create the gpsd client library wrapper. (Note
|
| - // NewGpsLocationProvider() will use the default factory).
|
| + // NewSystemLocationProvider() will use the default factory).
|
| explicit GpsLocationProviderLinux(LibGpsFactory libgps_factory);
|
| virtual ~GpsLocationProviderLinux();
|
|
|
|
|