| 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 4fa19b5a8dd5c308136b730768704abd01b04ea4..8bc9a60601e869d4296810e697e8dd7bf39b4f93 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.cc
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.cc
|
| @@ -127,7 +127,7 @@ AccessTokenStore* GeolocationArbitratorImpl::NewAccessTokenStore() {
|
| }
|
|
|
| AccessTokenStore* GeolocationArbitratorImpl::GetAccessTokenStore() {
|
| - if (!access_token_store_)
|
| + if (!access_token_store_.get())
|
| access_token_store_ = NewAccessTokenStore();
|
| return access_token_store_.get();
|
| }
|
|
|