| Index: chrome/browser/geolocation/gateway_data_provider_common.cc
|
| diff --git a/chrome/browser/geolocation/gateway_data_provider_common.cc b/chrome/browser/geolocation/gateway_data_provider_common.cc
|
| index cd9d189b91550d87a9ae0b1edc24781e28da2004..363967cd42ab198cd088ffafec3a27df61ff0aae 100644
|
| --- a/chrome/browser/geolocation/gateway_data_provider_common.cc
|
| +++ b/chrome/browser/geolocation/gateway_data_provider_common.cc
|
| @@ -85,6 +85,6 @@ void GatewayDataProviderCommon::ScheduleNextScan(int interval) {
|
| &GatewayDataProviderCommon::DoRouterScanTask), interval);
|
| }
|
|
|
| -PollingPolicyInterface* GatewayDataProviderCommon::NewPollingPolicy() {
|
| - return new GenericPollingPolicy;
|
| +GatewayPollingPolicyInterface* GatewayDataProviderCommon::NewPollingPolicy() {
|
| + return new GenericGatewayPollingPolicy;
|
| }
|
|
|