| Index: base/prefs/overlay_user_pref_store_unittest.cc
|
| diff --git a/base/prefs/overlay_user_pref_store_unittest.cc b/base/prefs/overlay_user_pref_store_unittest.cc
|
| index bf5e6a59c4fe7e102591c7c93e04250cf54289c2..76ca0b3b9b81f45f369f6b77cd647e75f4e76391 100644
|
| --- a/base/prefs/overlay_user_pref_store_unittest.cc
|
| +++ b/base/prefs/overlay_user_pref_store_unittest.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/prefs/pref_store_observer_mock.h"
|
| #include "base/prefs/testing_pref_store.h"
|
| #include "base/values.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::StrEq;
|
|
|