Chromium Code Reviews| Index: content/test/content_test_suite.cc |
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc |
| index 1fc9d3590d5ba4a2dd7895842186b1337481515b..20fe4028c1644be5527635b22f7bfdf746181e83 100644 |
| --- a/content/test/content_test_suite.cc |
| +++ b/content/test/content_test_suite.cc |
| @@ -8,10 +8,7 @@ |
| #include "content/public/test/test_content_client_initializer.h" |
| #include "content/test/test_content_client.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| - |
| -#if defined(USE_AURA) |
| -#include "ui/aura/test/test_aura_initializer.h" |
| -#endif |
| +#include "ui/test/ui_test_initializer.h" |
| #if defined(OS_MACOSX) |
| #include "base/mac/scoped_nsautorelease_pool.h" |
| @@ -45,9 +42,7 @@ namespace content { |
| ContentTestSuite::ContentTestSuite(int argc, char** argv) |
| : ContentTestSuiteBase(argc, argv) { |
| -#if defined(USE_AURA) |
| - aura_initializer_.reset(new aura::test::TestAuraInitializer); |
| -#endif |
| + ui_test_initializer_.reset(new ui::test::UITestInitializer); |
|
tony
2013/10/31 19:48:34
I'm a bit surprised that none of the content tests
|
| } |
| ContentTestSuite::~ContentTestSuite() { |