| Index: components/prefs/pref_member.h
|
| diff --git a/components/prefs/pref_member.h b/components/prefs/pref_member.h
|
| index 4290c0db6510686b410481127bd59d28251c737d..8ca97894aa36c7c6670d35545e045d02c357c1ec 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;
|
|
|
|
|