Index: ui/aura_shell/test_suite.cc |
=================================================================== |
--- ui/aura_shell/test_suite.cc (revision 107563) |
+++ ui/aura_shell/test_suite.cc (working copy) |
@@ -11,7 +11,6 @@ |
#include "ui/base/ui_base_paths.h" |
#include "ui/gfx/compositor/compositor_test_support.h" |
#include "ui/gfx/gfx_paths.h" |
-#include "ui/gfx/test/gfx_test_utils.h" |
AuraShellTestSuite::AuraShellTestSuite(int argc, char** argv) |
: TestSuite(argc, argv) {} |
@@ -26,7 +25,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 AuraShellTestSuite::Shutdown() { |