| Index: base/prefs/pref_notifier_impl_unittest.cc
|
| diff --git a/base/prefs/pref_notifier_impl_unittest.cc b/base/prefs/pref_notifier_impl_unittest.cc
|
| index c3cbf4f48c1964724f23104b775e664ef45adca5..35af653f4c56f28e83edef2a1c9f6e9bd3de7f5b 100644
|
| --- a/base/prefs/pref_notifier_impl_unittest.cc
|
| +++ b/base/prefs/pref_notifier_impl_unittest.cc
|
| @@ -11,8 +11,8 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "base/prefs/pref_value_store.h"
|
| #include "base/prefs/testing_pref_service.h"
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gtest/googlemock/include/gmock/gmock.h"
|
| +#include "testing/gtest/googletest/include/gtest/gtest.h"
|
|
|
| using testing::_;
|
| using testing::Field;
|
|
|