| Index: cc/CCSolidColorLayerImplTest.cpp
|
| diff --git a/cc/CCSolidColorLayerImplTest.cpp b/cc/CCSolidColorLayerImplTest.cpp
|
| index 8380d6810955ed0e6b7a67d52a624423056705e0..87bf7cbbc600c7330c792ca44c1867ed7859cbdf 100644
|
| --- a/cc/CCSolidColorLayerImplTest.cpp
|
| +++ b/cc/CCSolidColorLayerImplTest.cpp
|
| @@ -11,8 +11,8 @@
|
| #include "CCSingleThreadProxy.h"
|
| #include "CCSolidColorDrawQuad.h"
|
| #include "MockCCQuadCuller.h"
|
| -#include <gmock/gmock.h>
|
| -#include <gtest/gtest.h>
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using namespace cc;
|
| using namespace CCLayerTestCommon;
|
|
|