Index: cc/CCRendererGLTest.cpp |
diff --git a/cc/CCRendererGLTest.cpp b/cc/CCRendererGLTest.cpp |
index f61f2159c6669210c7bdb91e3f3905c4d12ba435..ba72399a07c99d5ac3a4e17e6e9d601a4d365784 100644 |
--- a/cc/CCRendererGLTest.cpp |
+++ b/cc/CCRendererGLTest.cpp |
@@ -15,8 +15,8 @@ |
#include "FakeWebGraphicsContext3D.h" |
#include "GraphicsContext3D.h" |
#include "WebCompositorInitializer.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; |