Index: cc/CCMathUtilTest.cpp |
diff --git a/cc/CCMathUtilTest.cpp b/cc/CCMathUtilTest.cpp |
index 530d7dadc3a5f73b8eb3ccacf77f8208225d033e..5fd1e8ec82262107ff60c2d76212fda662e0d10d 100644 |
--- a/cc/CCMathUtilTest.cpp |
+++ b/cc/CCMathUtilTest.cpp |
@@ -8,8 +8,8 @@ |
#include "CCGeometryTestUtils.h" |
#include "FloatRect.h" |
-#include <gmock/gmock.h> |
-#include <gtest/gtest.h> |
+#include "testing/gmock/include/gmock/gmock.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
#include <public/WebTransformationMatrix.h> |
using namespace cc; |