Index: base/prefs/pref_service_unittest.cc |
diff --git a/base/prefs/pref_service_unittest.cc b/base/prefs/pref_service_unittest.cc |
index 2506b1d3f5722cb4db31fd8d316a01284717cabc..19c04abd02fe373280819d48b270dd1ac376b52e 100644 |
--- a/base/prefs/pref_service_unittest.cc |
+++ b/base/prefs/pref_service_unittest.cc |
@@ -13,8 +13,8 @@ |
#include "base/prefs/testing_pref_service.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::_; |
using testing::Mock; |