Index: chrome/browser/prefs/pref_notifier_unittest.cc |
diff --git a/chrome/browser/prefs/pref_notifier_unittest.cc b/chrome/browser/prefs/pref_notifier_unittest.cc |
index a755f7a8708c3060de3f9bab23bc2470058d075d..6792adae68396a990c3929ba989e297c39f1917a 100644 |
--- a/chrome/browser/prefs/pref_notifier_unittest.cc |
+++ b/chrome/browser/prefs/pref_notifier_unittest.cc |
@@ -62,7 +62,7 @@ class MockPrefValueStore : public PrefValueStore { |
public: |
MockPrefValueStore() |
: PrefValueStore(NULL, NULL, NULL, NULL, NULL, NULL, |
- new DefaultPrefStore()) {} |
+ new DefaultPrefStore(), NULL) {} |
virtual ~MockPrefValueStore() {} |