| Index: components/prefs/pref_notifier_impl.cc
|
| diff --git a/components/prefs/pref_notifier_impl.cc b/components/prefs/pref_notifier_impl.cc
|
| index 7ae5fe679f80e3e54e6cef34a1141c16419431af..b3d566003c66653950df1043ef36a2dd9977f26c 100644
|
| --- a/components/prefs/pref_notifier_impl.cc
|
| +++ b/components/prefs/pref_notifier_impl.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/prefs/pref_notifier_impl.h"
|
| +#include "components/prefs/pref_notifier_impl.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| PrefNotifierImpl::PrefNotifierImpl()
|
| : pref_service_(NULL) {
|
|
|