| 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 6792adae68396a990c3929ba989e297c39f1917a..2fe455532133e3140a27f3f27f15f47f4f9fd52c 100644
|
| --- a/chrome/browser/prefs/pref_notifier_unittest.cc
|
| +++ b/chrome/browser/prefs/pref_notifier_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/prefs/default_pref_store.h"
|
| +#include "chrome/browser/prefs/in_memory_pref_store.h"
|
| #include "chrome/browser/prefs/pref_notifier.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/pref_value_store.h"
|
| @@ -62,7 +62,7 @@ class MockPrefValueStore : public PrefValueStore {
|
| public:
|
| MockPrefValueStore()
|
| : PrefValueStore(NULL, NULL, NULL, NULL, NULL, NULL,
|
| - new DefaultPrefStore(), NULL) {}
|
| + new InMemoryPrefStore(), NULL) {}
|
|
|
| virtual ~MockPrefValueStore() {}
|
|
|
|
|