| 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..ff60dfb2708423afaf0c692a7eee39ab4f0cbe89 100644
|
| --- a/chrome/browser/password_manager/password_store_default.h
|
| +++ b/chrome/browser/password_manager/password_store_default.h
|
| @@ -28,8 +28,10 @@ class PasswordStoreDefault : public PasswordStore {
|
| protected:
|
| virtual ~PasswordStoreDefault();
|
|
|
| + // Implements RefCountedProfileKeyedService.
|
| + virtual void ShutdownOnUIThread() OVERRIDE;
|
| +
|
| // Implements PasswordStore interface.
|
| - virtual void Shutdown() OVERRIDE;
|
| virtual void ReportMetricsImpl() OVERRIDE;
|
| virtual void AddLoginImpl(const webkit::forms::PasswordForm& form) OVERRIDE;
|
| virtual void UpdateLoginImpl(
|
|
|