Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 6aa8fd34c47ca055cb3602d9904301195e6f29c9..45a72db6da9cecb62f7590a77bd968c393323e3e 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -89,6 +89,8 @@ class OffTheRecordProfileImpl : public Profile { |
// content::BrowserContext implementation: |
virtual base::FilePath GetPath() OVERRIDE; |
virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE; |
+ virtual scoped_refptr<base::DeferredSequencedTaskRunner> |
+ GetBookmarksTaskRunner() OVERRIDE; |
virtual bool IsOffTheRecord() const OVERRIDE; |
virtual content::DownloadManagerDelegate* |
GetDownloadManagerDelegate() OVERRIDE; |