| Index: cc/CCLayerImplTest.cpp
|
| diff --git a/cc/CCLayerImplTest.cpp b/cc/CCLayerImplTest.cpp
|
| index 1115ec0623932553f632a301339a687fb8773485..ceedb89e6e0a5508ee17bf4def19e5607048ecb3 100644
|
| --- a/cc/CCLayerImplTest.cpp
|
| +++ b/cc/CCLayerImplTest.cpp
|
| @@ -7,8 +7,8 @@
|
| #include "CCLayerImpl.h"
|
|
|
| #include "CCSingleThreadProxy.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/WebFilterOperation.h>
|
| #include <public/WebFilterOperations.h>
|
|
|
|
|