| Index: chrome/browser/geolocation/network_location_provider.h
|
| ===================================================================
|
| --- chrome/browser/geolocation/network_location_provider.h (revision 38890)
|
| +++ chrome/browser/geolocation/network_location_provider.h (working copy)
|
| @@ -54,7 +54,7 @@
|
| bool server_error,
|
| const string16& access_token);
|
|
|
| - AccessTokenStore* access_token_store_;
|
| + scoped_refptr<AccessTokenStore> access_token_store_;
|
|
|
| // The device data providers, acquired via global factories.
|
| RadioDataProvider* radio_data_provider_;
|
|
|