| Index: components/prefs/value_map_pref_store.h
|
| diff --git a/components/prefs/value_map_pref_store.h b/components/prefs/value_map_pref_store.h
|
| index eac785d4e2551d9a19b4edccaf6098c0c24c4c38..517d07ef738b8f5f1f3d8e709c7351e2bae560d6 100644
|
| --- a/components/prefs/value_map_pref_store.h
|
| +++ b/components/prefs/value_map_pref_store.h
|
| @@ -12,9 +12,9 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| -#include "base/prefs/base_prefs_export.h"
|
| -#include "base/prefs/pref_value_map.h"
|
| -#include "base/prefs/writeable_pref_store.h"
|
| +#include "components/prefs/base_prefs_export.h"
|
| +#include "components/prefs/pref_value_map.h"
|
| +#include "components/prefs/writeable_pref_store.h"
|
|
|
| // A basic PrefStore implementation that uses a simple name-value map for
|
| // storing the preference values.
|
|
|