| Index: cc/ThrottledTextureUploaderTest.cpp
|
| diff --git a/cc/ThrottledTextureUploaderTest.cpp b/cc/ThrottledTextureUploaderTest.cpp
|
| index 06ebd61b282a1c6fb7544e13d9e9b54578b23241..816e3a83bd48a2e6191dda3d9872073c2bf846e9 100644
|
| --- a/cc/ThrottledTextureUploaderTest.cpp
|
| +++ b/cc/ThrottledTextureUploaderTest.cpp
|
| @@ -10,8 +10,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;
|
|
|