| Index: components/prefs/pref_change_registrar_unittest.cc
|
| diff --git a/components/prefs/pref_change_registrar_unittest.cc b/components/prefs/pref_change_registrar_unittest.cc
|
| index da425cfad287b231215949c68553fef231393dd8..ab350922a4c5d819399e018780e29bca77728afd 100644
|
| --- a/components/prefs/pref_change_registrar_unittest.cc
|
| +++ b/components/prefs/pref_change_registrar_unittest.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| -#include "base/prefs/pref_change_registrar.h"
|
| -#include "base/prefs/pref_observer.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/testing_pref_service.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
| +#include "components/prefs/pref_observer.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|