Index: ash/test/test_suite.cc |
diff --git a/ash/test/test_suite.cc b/ash/test/test_suite.cc |
index 02c5f2980be730f7ac264c9800576d6f6f64efc7..54c24ee2c151c9edb385dc3de6133a7f93c8bcef 100644 |
--- a/ash/test/test_suite.cc |
+++ b/ash/test/test_suite.cc |
@@ -12,7 +12,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/base/ui_base_paths.h" |
-#include "ui/compositor/compositor_setup.h" |
#include "ui/gfx/gfx_paths.h" |
#if defined(OS_MACOSX) |
@@ -55,7 +54,6 @@ void AuraShellTestSuite::Initialize() { |
// Force unittests to run using en-US so if we test against string |
// output, it'll pass regardless of the system language. |
ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
- ui::SetupTestCompositor(); |
} |
void AuraShellTestSuite::Shutdown() { |