| Index: cc/CCOcclusionTrackerTest.cpp
|
| diff --git a/cc/CCOcclusionTrackerTest.cpp b/cc/CCOcclusionTrackerTest.cpp
|
| index d5641a4ef6655408bb6012918342885d67ee1574..d51356ee53cf0d4008fff89558357c4e75108be0 100644
|
| --- a/cc/CCOcclusionTrackerTest.cpp
|
| +++ b/cc/CCOcclusionTrackerTest.cpp
|
| @@ -17,8 +17,8 @@
|
| #include "CCSingleThreadProxy.h"
|
| #include "LayerChromium.h"
|
| #include "Region.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>
|
| #include <public/WebTransformationMatrix.h>
|
|
|