| Index: content/browser/geolocation/location_arbitrator_impl.h
|
| diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h
|
| index 3ef7d5dfc6e382f588593d40fd0f4f87f72b3db2..65a5532102285bf9989f0201bd0a9c6de97f3e52 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.h
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_IMPL_H_
|
| #define CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback_forward.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
| @@ -32,7 +35,7 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator {
|
| // Number of milliseconds newer a location provider has to be that it's worth
|
| // switching to this location provider on the basis of it being fresher
|
| // (regardles of relative accuracy). Public for tests.
|
| - static const int64 kFixStaleTimeoutMilliseconds;
|
| + static const int64_t kFixStaleTimeoutMilliseconds;
|
|
|
| typedef base::Callback<void(const Geoposition&)> LocationUpdateCallback;
|
|
|
|
|