| Index: ui/aura/test/test_suite.cc
|
| ===================================================================
|
| --- ui/aura/test/test_suite.cc (revision 107563)
|
| +++ ui/aura/test/test_suite.cc (working copy)
|
| @@ -12,7 +12,6 @@
|
| #include "ui/gfx/compositor/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 +29,7 @@
|
| // output, it'll pass regardless of the system language.
|
| ui::ResourceBundle::InitSharedInstance("en-US");
|
| ui::CompositorTestSupport::Initialize();
|
| - ui::gfx_test_utils::SetupTestCompositor();
|
| + ui::CompositorTestSupport::SetupMockCompositor();
|
| }
|
|
|
| void AuraTestSuite::Shutdown() {
|
|
|