summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_member_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/pref_member_unittest.cc')
-rw-r--r--chrome/browser/pref_member_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/pref_member_unittest.cc b/chrome/browser/pref_member_unittest.cc
index 2a46c63..98d11a7 100644
--- a/chrome/browser/pref_member_unittest.cc
+++ b/chrome/browser/pref_member_unittest.cc
@@ -53,7 +53,7 @@ class PrefMemberTestClass : public NotificationObserver {
} // anonymous namespace
TEST(PrefMemberTest, BasicGetAndSet) {
- PrefService prefs(new PrefValueStore(NULL, NULL, new DummyPrefStore(),
+ PrefService prefs(new PrefValueStore(NULL, NULL, NULL, new DummyPrefStore(),
NULL));
RegisterTestPrefs(&prefs);
@@ -144,7 +144,7 @@ TEST(PrefMemberTest, BasicGetAndSet) {
TEST(PrefMemberTest, TwoPrefs) {
// Make sure two RealPrefMembers stay in sync.
- PrefService prefs(new PrefValueStore(NULL, NULL, new DummyPrefStore(),
+ PrefService prefs(new PrefValueStore(NULL, NULL, NULL, new DummyPrefStore(),
NULL));
RegisterTestPrefs(&prefs);
@@ -165,7 +165,7 @@ TEST(PrefMemberTest, TwoPrefs) {
}
TEST(PrefMemberTest, Observer) {
- PrefService prefs(new PrefValueStore(NULL, NULL, new DummyPrefStore(),
+ PrefService prefs(new PrefValueStore(NULL, NULL, NULL, new DummyPrefStore(),
NULL));
RegisterTestPrefs(&prefs);