| Index: chrome/browser/google_apis/auth_service.h
|
| diff --git a/chrome/browser/google_apis/auth_service.h b/chrome/browser/google_apis/auth_service.h
|
| index 8f47ecd47908def4eae2d131d06a35267c6ce350..a5647a7bc1cd6948a70dd3d7b4f6d70d653628fd 100644
|
| --- a/chrome/browser/google_apis/auth_service.h
|
| +++ b/chrome/browser/google_apis/auth_service.h
|
| @@ -37,14 +37,14 @@ class AuthService : public AuthServiceInterface,
|
| // URLFetcher.
|
| //
|
| // |scopes| specifies OAuth2 scopes.
|
| - AuthService(net::URLRequestContextGetter* url_request_context_getter,
|
| + AuthService(Profile* profile,
|
| + net::URLRequestContextGetter* url_request_context_getter,
|
| const std::vector<std::string>& scopes);
|
| virtual ~AuthService();
|
|
|
| // Overriden from AuthServiceInterface:
|
| virtual void AddObserver(AuthServiceObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(AuthServiceObserver* observer) OVERRIDE;
|
| - virtual void Initialize(Profile* profile) OVERRIDE;
|
| virtual void StartAuthentication(const AuthStatusCallback& callback) OVERRIDE;
|
| virtual bool HasAccessToken() const OVERRIDE;
|
| virtual bool HasRefreshToken() const OVERRIDE;
|
|
|