| Index: chrome/browser/notifications/message_center_settings_controller.h
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller.h b/chrome/browser/notifications/message_center_settings_controller.h
|
| index ea9da2eff7878b5b6c10b50f44b2cce0788f46b7..50e12b6dff29d778b5de8ce852b1d8a0ca0a76d9 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller.h
|
| +++ b/chrome/browser/notifications/message_center_settings_controller.h
|
| @@ -98,7 +98,7 @@ class MessageCenterSettingsController
|
| const base::string16& profile_name) override;
|
| void OnProfileNameChanged(const base::FilePath& profile_path,
|
| const base::string16& old_profile_name) override;
|
| - void OnProfileUserNameChanged(const base::FilePath& profile_path) override;
|
| + void OnProfileAuthInfoChanged(const base::FilePath& profile_path) override;
|
|
|
| void OnFaviconLoaded(const GURL& url,
|
| const favicon_base::FaviconImageResult& favicon_result);
|
|
|