| Index: base/prefs/pref_change_registrar_unittest.cc
|
| diff --git a/base/prefs/pref_change_registrar_unittest.cc b/base/prefs/pref_change_registrar_unittest.cc
|
| index da425cfad287b231215949c68553fef231393dd8..18e8908f9d609c601a91f85a5a78d75548df1028 100644
|
| --- a/base/prefs/pref_change_registrar_unittest.cc
|
| +++ b/base/prefs/pref_change_registrar_unittest.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/prefs/pref_observer.h"
|
| #include "base/prefs/pref_registry_simple.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::Mock;
|
| using testing::Eq;
|
|
|