| Index: chrome/browser/password_manager/password_store.h
|
| diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h
|
| index 90ce7f3c25ff6ba1ee925e6827c7fb2524956051..d315e5b5f09931cd7ac3e498f4300ba22c0b74ed 100644
|
| --- a/chrome/browser/password_manager/password_store.h
|
| +++ b/chrome/browser/password_manager/password_store.h
|
| @@ -104,7 +104,7 @@ class PasswordStore : public base::RefCountedThreadSafe<PasswordStore> {
|
| };
|
|
|
| // Schedule the given task to be run in the PasswordStore's own thread.
|
| - void ScheduleTask(Task* task);
|
| + virtual void ScheduleTask(Task* task);
|
|
|
| // These will be run in PasswordStore's own thread.
|
| // Synchronous implementation that reports usage metrics.
|
|
|