diff options
Diffstat (limited to 'components/prefs/pref_member.h')
-rw-r--r-- | components/prefs/pref_member.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/prefs/pref_member.h b/components/prefs/pref_member.h index 4290c0d..8ca9789 100644 --- a/components/prefs/pref_member.h +++ b/components/prefs/pref_member.h @@ -33,10 +33,10 @@ #include "base/logging.h" #include "base/macros.h" #include "base/memory/ref_counted.h" -#include "base/prefs/base_prefs_export.h" -#include "base/prefs/pref_observer.h" #include "base/single_thread_task_runner.h" #include "base/values.h" +#include "components/prefs/base_prefs_export.h" +#include "components/prefs/pref_observer.h" class PrefService; |