| Index: chrome/browser/password_manager/chrome_password_manager_client.h
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| index ba83b76389352df304912a33817fc7457590e593..67173722df7ede1cacf7ed35765c347eb813479c 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -40,7 +40,7 @@ class ChromePasswordManagerClient
|
| // PasswordManagerClient implementation.
|
| virtual bool IsAutomaticPasswordSavingEnabled() const OVERRIDE;
|
| virtual bool IsPasswordManagerEnabledForCurrentPage() const OVERRIDE;
|
| - virtual bool IsPasswordSyncAccountCredential(
|
| + virtual bool IsSyncAccountCredential(
|
| const std::string& username, const std::string& origin) const OVERRIDE;
|
| virtual void PromptUserToSavePassword(
|
| password_manager::PasswordFormManager* form_to_save) OVERRIDE;
|
|
|