diff options
Diffstat (limited to 'components/prefs/pref_service.h')
-rw-r--r-- | components/prefs/pref_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/prefs/pref_service.h b/components/prefs/pref_service.h index bec7830..7b94cb6 100644 --- a/components/prefs/pref_service.h +++ b/components/prefs/pref_service.h @@ -23,10 +23,10 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_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 "base/values.h" +#include "components/prefs/base_prefs_export.h" +#include "components/prefs/persistent_pref_store.h" class PrefNotifier; class PrefNotifierImpl; |