Chromium Code Reviews| Index: chrome/browser/password_manager/password_store_default.h |
| diff --git a/chrome/browser/password_manager/password_store_default.h b/chrome/browser/password_manager/password_store_default.h |
| index a796c4396e33e019845d410bd0b26f3c527734dd..5870d48befc285f63b323ae7d8827abbd3247499 100644 |
| --- a/chrome/browser/password_manager/password_store_default.h |
| +++ b/chrome/browser/password_manager/password_store_default.h |
| @@ -29,7 +29,7 @@ class PasswordStoreDefault : public PasswordStore { |
| virtual ~PasswordStoreDefault(); |
| // Implements PasswordStore interface. |
| - virtual void Shutdown() OVERRIDE; |
| + virtual void ShutdownOnUIThread() OVERRIDE; |
|
Mike Mammarella
2012/03/10 05:11:52
Does this actually override now? The method is rem
|
| virtual void ReportMetricsImpl() OVERRIDE; |
| virtual void AddLoginImpl(const webkit::forms::PasswordForm& form) OVERRIDE; |
| virtual void UpdateLoginImpl( |