diff options
Diffstat (limited to 'content/browser/geolocation/gps_location_provider_linux.cc')
-rw-r--r-- | content/browser/geolocation/gps_location_provider_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/gps_location_provider_linux.cc b/content/browser/geolocation/gps_location_provider_linux.cc index 74a9537..0481c62 100644 --- a/content/browser/geolocation/gps_location_provider_linux.cc +++ b/content/browser/geolocation/gps_location_provider_linux.cc @@ -216,7 +216,7 @@ GpsLocationProviderLinux::GpsLocationProviderLinux(LibGpsFactory libgps_factory) poll_period_moving_millis_(kPollPeriodMovingMillis), poll_period_stationary_millis_(kPollPeriodStationaryMillis), libgps_factory_(libgps_factory), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { + weak_factory_(this) { DCHECK(libgps_factory_); } |