diff options
Diffstat (limited to 'cc/texture_update_controller_unittest.cc')
-rw-r--r-- | cc/texture_update_controller_unittest.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cc/texture_update_controller_unittest.cc b/cc/texture_update_controller_unittest.cc index cb6e2df..55f6b6f 100644 --- a/cc/texture_update_controller_unittest.cc +++ b/cc/texture_update_controller_unittest.cc @@ -6,12 +6,12 @@ #include "CCTextureUpdateController.h" -#include "CCSchedulerTestCommon.h" #include "CCSingleThreadProxy.h" // For DebugScopedSetImplThread -#include "CCTiledLayerTestCommon.h" -#include "FakeWebCompositorOutputSurface.h" -#include "FakeWebGraphicsContext3D.h" -#include "WebCompositorInitializer.h" +#include "cc/test/fake_web_compositor_output_surface.h" +#include "cc/test/fake_web_graphics_context_3d.h" +#include "cc/test/scheduler_test_common.h" +#include "cc/test/tiled_layer_test_common.h" +#include "cc/test/web_compositor_initializer.h" #include "testing/gtest/include/gtest/gtest.h" #include <public/WebThread.h> #include <wtf/RefPtr.h> |