| Index: chrome/browser/profiles/gaia_info_update_service.h
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h
|
| index 531241ffc8a1e6ba71e20219e60441ed4af0f84a..edb699aface47b9c8ad721ae94dbfc42abcdd7c7 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.h
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.h
|
| @@ -52,9 +52,11 @@ class GAIAInfoUpdateService : public KeyedService,
|
| void ScheduleNextUpdate();
|
|
|
| // Overridden from SigninManagerBase::Observer:
|
| - virtual void GoogleSigninSucceeded(const std::string& username,
|
| + virtual void GoogleSigninSucceeded(const std::string& account_id,
|
| + const std::string& username,
|
| const std::string& password) OVERRIDE;
|
| - virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
|
| + virtual void GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) OVERRIDE;
|
|
|
| Profile* profile_;
|
| scoped_ptr<ProfileDownloader> profile_image_downloader_;
|
|
|