| Index: components/prefs/scoped_user_pref_update.h
|
| diff --git a/components/prefs/scoped_user_pref_update.h b/components/prefs/scoped_user_pref_update.h
|
| index 29ad8526cd3c3c91630cd58a71f631be136e371a..5a2c3aec9649e0203593e0b587efad90f53b3d02 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;
|
|
|
|
|