| Index: chrome/browser/geolocation/chrome_access_token_store.cc
|
| diff --git a/chrome/browser/geolocation/chrome_access_token_store.cc b/chrome/browser/geolocation/chrome_access_token_store.cc
|
| index 7a23269b3a0db6ad855b90f4825f6504bcbe21b5..376bba0e28bb48a218c9c7610889df8fadc83532 100644
|
| --- a/chrome/browser/geolocation/chrome_access_token_store.cc
|
| +++ b/chrome/browser/geolocation/chrome_access_token_store.cc
|
| @@ -30,7 +30,8 @@ class TokenLoadingJob : public base::RefCountedThreadSafe<TokenLoadingJob> {
|
| public:
|
| TokenLoadingJob(
|
| const AccessTokenStore::LoadAccessTokensCallbackType& callback)
|
| - : callback_(callback) {
|
| + : callback_(callback),
|
| + system_request_context_(NULL) {
|
| }
|
|
|
| void Run() {
|
|
|