| 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 97cae8e682e5115bf544f23b6790411a6a612cb7..9b1594f2d0c1c17d68b11541f486f176e5ea1027 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl.cc
|
| +++ b/content/browser/geolocation/location_arbitrator_impl.cc
|
| @@ -125,7 +125,7 @@ AccessTokenStore* GeolocationArbitratorImpl::NewAccessTokenStore() {
|
| }
|
|
|
| AccessTokenStore* GeolocationArbitratorImpl::GetAccessTokenStore() {
|
| - if (!access_token_store_.get())
|
| + if (!access_token_store_)
|
| access_token_store_ = NewAccessTokenStore();
|
| return access_token_store_.get();
|
| }
|
|
|