| Index: components/prefs/mock_pref_change_callback.h
|
| diff --git a/components/prefs/mock_pref_change_callback.h b/components/prefs/mock_pref_change_callback.h
|
| index 3030fab17c23c9ed6775e70eee65b45ea6d5295f..b1ea0adb3e4d95c365117b8d9aaec6f84dbca0c7 100644
|
| --- a/components/prefs/mock_pref_change_callback.h
|
| +++ b/components/prefs/mock_pref_change_callback.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/prefs/pref_change_registrar.h"
|
| -#include "base/prefs/pref_service.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| using testing::Pointee;
|
|
|