| Index: components/prefs/pref_registry.h
|
| diff --git a/components/prefs/pref_registry.h b/components/prefs/pref_registry.h
|
| index 7e141d8b7e5d0f5eaf6c4a8147aa9df2a2422190..56755ca3da934289610de7470741c9e6492c6b1c 100644
|
| --- a/components/prefs/pref_registry.h
|
| +++ b/components/prefs/pref_registry.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/containers/hash_tables.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/prefs/base_prefs_export.h"
|
| -#include "base/prefs/pref_value_map.h"
|
| +#include "components/prefs/base_prefs_export.h"
|
| +#include "components/prefs/pref_value_map.h"
|
|
|
| namespace base {
|
| class Value;
|
|
|