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 0af137c319a5a1ffdf92d2dba5c8e3fd0ed245fb..a755f7a8708c3060de3f9bab23bc2470058d075d 100644 |
--- a/chrome/browser/prefs/pref_notifier_unittest.cc |
+++ b/chrome/browser/prefs/pref_notifier_unittest.cc |
@@ -61,7 +61,8 @@ class MockPrefNotifier : public PrefNotifier { |
class MockPrefValueStore : public PrefValueStore { |
public: |
MockPrefValueStore() |
- : PrefValueStore(NULL, NULL, NULL, NULL, NULL, new DefaultPrefStore()) {} |
+ : PrefValueStore(NULL, NULL, NULL, NULL, NULL, NULL, |
+ new DefaultPrefStore()) {} |
virtual ~MockPrefValueStore() {} |