summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_destroyer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_destroyer_unittest.cc')
-rw-r--r--chrome/browser/profiles/profile_destroyer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_destroyer_unittest.cc b/chrome/browser/profiles/profile_destroyer_unittest.cc
index 8ffcab2..3a0b5fe 100644
--- a/chrome/browser/profiles/profile_destroyer_unittest.cc
+++ b/chrome/browser/profiles/profile_destroyer_unittest.cc
@@ -15,7 +15,7 @@ class TestingOffTheRecordDestructionProfile : public TestingProfile {
: TestingProfile(base::FilePath(),
NULL,
scoped_refptr<ExtensionSpecialStoragePolicy>()
- scoped_ptr<PrefServiceSyncable>(),
+ scoped_ptr<syncable_prefs::PrefServiceSyncable>(),
true,
TestingFactories()),
destroyed_otr_profile_(false) {