| Index: cc/LayerChromiumTest.cpp
|
| diff --git a/cc/LayerChromiumTest.cpp b/cc/LayerChromiumTest.cpp
|
| index 9f5401bcdbd02403d0b0171f77948a515060c1bd..10665dc58097d11852df7debea9d85d7698a6327 100644
|
| --- a/cc/LayerChromiumTest.cpp
|
| +++ b/cc/LayerChromiumTest.cpp
|
| @@ -14,8 +14,8 @@
|
| #include "FakeCCLayerTreeHostClient.h"
|
| #include "LayerPainterChromium.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;
|
|
|