| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b4893f0905be63dd750f2c4870cb918a03b77c95..d583854309a1aee51f683b687736f8613da9bd26 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -178,6 +178,7 @@ class TestingProfile : public Profile {
|
|
|
| // content::BrowserContext
|
| virtual FilePath GetPath() OVERRIDE;
|
| + virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual content::DownloadManagerDelegate*
|
| GetDownloadManagerDelegate() OVERRIDE;
|
|
|