| Index: cc/threaded_unittest.cc
|
| diff --git a/cc/threaded_unittest.cc b/cc/threaded_unittest.cc
|
| index 9a5b2b88a30c2f4186dfecd4330a8869ff13403d..a151b4e87879008533b4388ebf95644902023e23 100644
|
| --- a/cc/threaded_unittest.cc
|
| +++ b/cc/threaded_unittest.cc
|
| @@ -12,20 +12,19 @@
|
| #include "CCLayerImpl.h"
|
| #include "CCLayerTreeHostImpl.h"
|
| #include "CCScopedThreadProxy.h"
|
| -#include "CCSingleThreadProxy.h"
|
| -#include "CCTextureUpdateQueue.h"
|
| #include "CCThreadTask.h"
|
| #include "CCTimingFunction.h"
|
| #include "base/stl_util.h"
|
| #include "cc/content_layer.h"
|
| #include "cc/layer.h"
|
| +#include "cc/settings.h"
|
| +#include "cc/single_thread_proxy.h"
|
| #include "cc/test/animation_test_common.h"
|
| #include "cc/test/fake_web_compositor_output_surface.h"
|
| #include "cc/test/fake_web_graphics_context_3d.h"
|
| #include "cc/test/occlusion_tracker_test_common.h"
|
| -#include "cc/test/tiled_layer_test_common.h"
|
| #include "cc/test/test_common.h"
|
| -#include "cc/settings.h"
|
| +#include "cc/test/tiled_layer_test_common.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include <public/Platform.h>
|
| #include <public/WebCompositorSupport.h>
|
|
|