| Index: components/prefs/pref_change_registrar.cc
|
| diff --git a/components/prefs/pref_change_registrar.cc b/components/prefs/pref_change_registrar.cc
|
| index 13193484ff449c348be51f94d35474968ae7efe7..0030933e9bb92021273c2f616565e8fd22d1a4c3 100644
|
| --- a/components/prefs/pref_change_registrar.cc
|
| +++ b/components/prefs/pref_change_registrar.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_change_registrar.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| -#include "base/prefs/pref_service.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| PrefChangeRegistrar::PrefChangeRegistrar() : service_(NULL) {}
|
|
|
|
|