summaryrefslogtreecommitdiffstats
path: root/components/prefs/value_map_pref_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/prefs/value_map_pref_store.h')
-rw-r--r--components/prefs/value_map_pref_store.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/prefs/value_map_pref_store.h b/components/prefs/value_map_pref_store.h
index eac785d..517d07e 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.