Index: base/test/histogram_tester_unittest.cc |
diff --git a/base/test/histogram_tester_unittest.cc b/base/test/histogram_tester_unittest.cc |
index 21b81703c648c28d317dde656f83d7c191bd6081..5a7ca735d2002fba8b4cb1b16cf4e47ca72f36c3 100644 |
--- a/base/test/histogram_tester_unittest.cc |
+++ b/base/test/histogram_tester_unittest.cc |
@@ -7,8 +7,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/metrics/histogram_macros.h" |
#include "base/metrics/histogram_samples.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::ElementsAre; |
using ::testing::IsEmpty; |