| 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 e4233fcb4a3a4eef0596def9a6ce5a9088a37e29..ac0cba5695d11ff2efed32fd11ac7c60cdc26a59 100644
|
| --- a/chrome/browser/profiles/profile_destroyer_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_destroyer_unittest.cc
|
| @@ -18,7 +18,7 @@ class TestingOffTheRecordDestructionProfile : public TestingProfile {
|
| base::FilePath(),
|
| NULL,
|
| scoped_refptr<ExtensionSpecialStoragePolicy>()
|
| - std::unique_ptr<syncable_prefs::PrefServiceSyncable>(),
|
| + std::unique_ptr<sync_preferences::PrefServiceSyncable>(),
|
| true,
|
| TestingFactories()),
|
| destroyed_otr_profile_(false) {
|
|
|