| Index: content/test/content_test_suite.cc
|
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
|
| index 1307aaa2d264b9fd907115e05b87f942d8b680ac..2d3c61bb44a10b0d63272b99c0fcf8cf89e13f39 100644
|
| --- a/content/test/content_test_suite.cc
|
| +++ b/content/test/content_test_suite.cc
|
| @@ -13,7 +13,7 @@
|
| #include "content/test/test_content_client.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/ui_base_paths.h"
|
| -#include "ui/gfx/compositor/compositor_test_support.h"
|
| +#include "ui/gfx/compositor/test_compositor.h"
|
|
|
| namespace {
|
|
|
| @@ -67,7 +67,7 @@ void ContentTestSuite::Initialize() {
|
| ui::RegisterPathProvider();
|
|
|
| // Mock out the compositor on platforms that use it.
|
| - ui::CompositorTestSupport::SetupMockCompositor();
|
| + ui::TestCompositor::SetupTestCompositor();
|
|
|
| testing::TestEventListeners& listeners =
|
| testing::UnitTest::GetInstance()->listeners();
|
|
|