| Index: chrome/browser/profiles/profile_destroyer_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_destroyer_unittest.cc b/chrome/browser/profiles/profile_destroyer_unittest.cc
|
| index 3c042894d6763486440e6ae9e83090e5f7923d36..497658439cc3e74058cd03201f20cf1d9573339a 100644
|
| --- a/chrome/browser/profiles/profile_destroyer_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_destroyer_unittest.cc
|
| @@ -11,7 +11,14 @@
|
|
|
| class TestingOffTheRecordDestructionProfile : public TestingProfile {
|
| public:
|
| - TestingOffTheRecordDestructionProfile() : destroyed_otr_profile_(false) {
|
| + TestingOffTheRecordDestructionProfile()
|
| + : TestingProfile(base::FilePath(),
|
| + NULL,
|
| + scoped_refptr<ExtensionSpecialStoragePolicy>()
|
| + scoped_ptr<PrefServiceSyncable>(),
|
| + true,
|
| + TestingFactories()),
|
| + destroyed_otr_profile_(false) {
|
| set_incognito(true);
|
| }
|
| virtual void DestroyOffTheRecordProfile() OVERRIDE {
|
|
|