diff options
Diffstat (limited to 'components/prefs/scoped_user_pref_update.h')
-rw-r--r-- | components/prefs/scoped_user_pref_update.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/prefs/scoped_user_pref_update.h b/components/prefs/scoped_user_pref_update.h index 29ad852..5a2c3ae 100644 --- a/components/prefs/scoped_user_pref_update.h +++ b/components/prefs/scoped_user_pref_update.h @@ -11,10 +11,10 @@ #include <string> #include "base/macros.h" -#include "base/prefs/base_prefs_export.h" -#include "base/prefs/pref_service.h" #include "base/threading/non_thread_safe.h" #include "base/values.h" +#include "components/prefs/base_prefs_export.h" +#include "components/prefs/pref_service.h" class PrefService; |