diff options
Diffstat (limited to 'cc/CCLayerTreeHostCommonTest.cpp')
-rw-r--r-- | cc/CCLayerTreeHostCommonTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCLayerTreeHostCommonTest.cpp b/cc/CCLayerTreeHostCommonTest.cpp index f073976..c23ae32 100644 --- a/cc/CCLayerTreeHostCommonTest.cpp +++ b/cc/CCLayerTreeHostCommonTest.cpp @@ -19,8 +19,8 @@ #include "ContentLayerChromiumClient.h" #include "LayerChromium.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; |