| Index: content/browser/geolocation/location_arbitrator_impl.cc
|
| diff --git a/content/browser/geolocation/location_arbitrator_impl.cc b/content/browser/geolocation/location_arbitrator_impl.cc
|
| index 20d9a5127dbd3c3eb1a45c4bf52480b8a5ee6f56..03e3676f7e61d5387350fc4995a8eb1defb58468 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.cc
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| +#include "build/build_config.h"
|
| #include "content/browser/geolocation/network_location_provider.h"
|
| #include "content/public/browser/access_token_store.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| @@ -23,7 +24,7 @@ const char* kDefaultNetworkProviderUrl =
|
|
|
| // To avoid oscillations, set this to twice the expected update interval of a
|
| // a GPS-type location provider (in case it misses a beat) plus a little.
|
| -const int64 LocationArbitratorImpl::kFixStaleTimeoutMilliseconds =
|
| +const int64_t LocationArbitratorImpl::kFixStaleTimeoutMilliseconds =
|
| 11 * base::Time::kMillisecondsPerSecond;
|
|
|
| LocationArbitratorImpl::LocationArbitratorImpl(
|
|
|