| Index: chrome/browser/profiles/gaia_info_update_service.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
|
| index 777589ea86fe144f378b665d965ba1fddafabfcc..d370a759c8a14305559845ada98428f45a2483a4 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -204,11 +204,13 @@ void GAIAInfoUpdateService::ScheduleNextUpdate() {
|
| }
|
|
|
| void GAIAInfoUpdateService::GoogleSigninSucceeded(
|
| + const std::string& account_id,
|
| const std::string& username,
|
| const std::string& password) {
|
| OnUsernameChanged(username);
|
| }
|
|
|
| -void GAIAInfoUpdateService::GoogleSignedOut(const std::string& username) {
|
| +void GAIAInfoUpdateService::GoogleSignedOut(const std::string& account_id,
|
| + const std::string& username) {
|
| OnUsernameChanged(std::string());
|
| }
|
|
|