Index: base/prefs/pref_value_store_unittest.cc |
diff --git a/base/prefs/pref_value_store_unittest.cc b/base/prefs/pref_value_store_unittest.cc |
index e214adfa1c7f50312666d96d3aedcf848b56a443..4bf831eaf09344f4ce84257d6a860c91491b9b2e 100644 |
--- a/base/prefs/pref_value_store_unittest.cc |
+++ b/base/prefs/pref_value_store_unittest.cc |
@@ -11,8 +11,8 @@ |
#include "base/prefs/pref_value_store.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::_; |