| Index: ui/aura/test/test_suite.cc
|
| diff --git a/ui/aura/test/test_suite.cc b/ui/aura/test/test_suite.cc
|
| index bbf34282adfebf60236e71a65d1a0b13a0e8e929..f0736905d4593056e8a708474952d4cddcfab515 100644
|
| --- a/ui/aura/test/test_suite.cc
|
| +++ b/ui/aura/test/test_suite.cc
|
| @@ -9,10 +9,10 @@
|
| #include "build/build_config.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| +#include "ui/gfx/compositor/compositor_setup.h"
|
| #include "ui/gfx/compositor/test/compositor_test_support.h"
|
| #include "ui/gfx/gfx_paths.h"
|
| #include "ui/gfx/gl/gl_implementation.h"
|
| -#include "ui/gfx/test/gfx_test_utils.h"
|
|
|
| namespace aura {
|
| namespace test {
|
| @@ -30,7 +30,7 @@ void AuraTestSuite::Initialize() {
|
| // output, it'll pass regardless of the system language.
|
| ui::ResourceBundle::InitSharedInstance("en-US");
|
| ui::CompositorTestSupport::Initialize();
|
| - ui::gfx_test_utils::SetupTestCompositor();
|
| + ui::SetupTestCompositor();
|
| }
|
|
|
| void AuraTestSuite::Shutdown() {
|
|
|