| Index: components/prefs/testing_pref_store.h
|
| diff --git a/components/prefs/testing_pref_store.h b/components/prefs/testing_pref_store.h
|
| index 713e69a7d4e07203102b5915f642a7a749eeeae7..e2a59977f74961499a23f04f0324496a9888aa6d 100644
|
| --- a/components/prefs/testing_pref_store.h
|
| +++ b/components/prefs/testing_pref_store.h
|
| @@ -12,8 +12,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| -#include "base/prefs/persistent_pref_store.h"
|
| -#include "base/prefs/pref_value_map.h"
|
| +#include "components/prefs/persistent_pref_store.h"
|
| +#include "components/prefs/pref_value_map.h"
|
|
|
| // |TestingPrefStore| is a preference store implementation that allows tests to
|
| // explicitly manipulate the contents of the store, triggering notifications
|
|
|