| 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 45910552e4ebc59683741ebf8e8fb4df283d7014..e756f5e15dea566f71b7764fdc97122b7dfa7563 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.h
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.h
|
| @@ -57,7 +57,7 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator {
|
| AccessTokenStore* access_token_store,
|
| net::URLRequestContextGetter* context,
|
| const GURL& url,
|
| - const string16& access_token);
|
| + const base::string16& access_token);
|
| virtual LocationProvider* NewSystemLocationProvider();
|
| virtual base::Time GetTimeNow() const;
|
|
|
|
|