| Index: components/prefs/pref_member.cc
|
| diff --git a/components/prefs/pref_member.cc b/components/prefs/pref_member.cc
|
| index 934237d37ca9df1ba474799721e6dfe7a582f78b..b848d722d1ce27ce4ec8133694f985cb2b3896fa 100644
|
| --- a/components/prefs/pref_member.cc
|
| +++ b/components/prefs/pref_member.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/prefs/pref_member.h"
|
| +#include "components/prefs/pref_member.h"
|
|
|
| #include <utility>
|
|
|
| #include "base/callback.h"
|
| #include "base/callback_helpers.h"
|
| #include "base/location.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/value_conversions.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| using base::SingleThreadTaskRunner;
|
|
|
|
|