| Index: cc/texture_layer_unittest.cc
|
| diff --git a/cc/texture_layer_unittest.cc b/cc/texture_layer_unittest.cc
|
| index 195bf431ee5e5654d02f3c51e2f2d5469f91b973..6ad995ccca1dfc9e687d276151b5efcfe06d5827 100644
|
| --- a/cc/texture_layer_unittest.cc
|
| +++ b/cc/texture_layer_unittest.cc
|
| @@ -7,6 +7,7 @@
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| +#include "cc/base/thread.h"
|
| #include "cc/layer_tree_host.h"
|
| #include "cc/layer_tree_impl.h"
|
| #include "cc/single_thread_proxy.h"
|
| @@ -15,7 +16,6 @@
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/layer_tree_test_common.h"
|
| #include "cc/texture_layer_impl.h"
|
| -#include "cc/thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|