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 87fd9a5874c1cbb2e53f3c74458af94529c8cd68..f3b72d430286a513532da7f2df328bcf79cb6e59 100644 |
--- a/chrome/browser/password_manager/password_store.h |
+++ b/chrome/browser/password_manager/password_store.h |
@@ -182,7 +182,7 @@ class PasswordStore : public RefcountedBrowserContextKeyedService { |
// Get the TaskRunner to use for PasswordStore background tasks. |
// By default, a SingleThreadTaskRunner on the DB thread is used, but |
// subclasses can override. |
- virtual scoped_refptr<base::SequencedTaskRunner> GetBackgroundTaskRunner(); |
+ virtual scoped_refptr<base::SingleThreadTaskRunner> GetBackgroundTaskRunner(); |
// These will be run in PasswordStore's own thread. |
// Synchronous implementation that reports usage metrics. |