| Index: cc/TextureCopierTest.cpp
|
| diff --git a/cc/TextureCopierTest.cpp b/cc/TextureCopierTest.cpp
|
| index 9b017ba3823efbef79d15b2b806a22bad07977f7..1c1fb1d5403fb66c37df0bc71ecaff089225c783 100644
|
| --- a/cc/TextureCopierTest.cpp
|
| +++ b/cc/TextureCopierTest.cpp
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "FakeWebGraphicsContext3D.h"
|
| #include "GraphicsContext3D.h"
|
| -#include <gmock/gmock.h>
|
| -#include <gtest/gtest.h>
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| #include <wtf/RefPtr.h>
|
|
|
| using namespace cc;
|
|
|