| Index: chrome/browser/chromeos/gdata/operations_base.h
|
| diff --git a/chrome/browser/chromeos/gdata/operations_base.h b/chrome/browser/chromeos/gdata/operations_base.h
|
| index 2be8f65d1cc9b355d8d43fbc14abcf2cd004a599..6c0d2929823df1ae05af74c8d90905006cdea5b0 100644
|
| --- a/chrome/browser/chromeos/gdata/operations_base.h
|
| +++ b/chrome/browser/chromeos/gdata/operations_base.h
|
| @@ -43,7 +43,7 @@ class AuthOperation : public GDataOperationRegistry::Operation,
|
|
|
| private:
|
| Profile* profile_;
|
| - std::string token_;
|
| + std::string refresh_token_;
|
| AuthStatusCallback callback_;
|
| scoped_ptr<OAuth2AccessTokenFetcher> oauth2_access_token_fetcher_;
|
|
|
|
|