Index: components/prefs/json_pref_store.h |
diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h |
index 6342977f9ba2ab333b1d17e8aec82116840dc9bd..30c1642a77fa938cb6631448fa86103e5d605680 100644 |
--- a/components/prefs/json_pref_store.h |
+++ b/components/prefs/json_pref_store.h |
@@ -19,9 +19,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/observer_list.h" |
-#include "base/prefs/base_prefs_export.h" |
-#include "base/prefs/persistent_pref_store.h" |
#include "base/threading/non_thread_safe.h" |
+#include "components/prefs/base_prefs_export.h" |
+#include "components/prefs/persistent_pref_store.h" |
class PrefFilter; |