| Index: content/test/content_test_suite.h
|
| diff --git a/content/test/content_test_suite.h b/content/test/content_test_suite.h
|
| index 510ab2d9aac70294fc9bdccdf77530b1da935697..570681635cee8edb338bf72f886b7ccc33fa7b11 100644
|
| --- a/content/test/content_test_suite.h
|
| +++ b/content/test/content_test_suite.h
|
| @@ -12,13 +12,11 @@
|
| #include "base/win/scoped_com_initializer.h"
|
| #endif
|
|
|
| -#if defined(USE_AURA)
|
| -namespace aura {
|
| +namespace ui {
|
| namespace test {
|
| -class TestAuraInitializer;
|
| -} // namespace test
|
| -} // namespace aura
|
| -#endif
|
| +class UITestInitializer;
|
| +}
|
| +}
|
|
|
| namespace content {
|
|
|
| @@ -37,9 +35,7 @@ class ContentTestSuite : public ContentTestSuiteBase {
|
| base::win::ScopedCOMInitializer com_initializer_;
|
| #endif
|
|
|
| -#if defined(USE_AURA)
|
| - scoped_ptr<aura::test::TestAuraInitializer> aura_initializer_;
|
| -#endif
|
| + scoped_ptr<ui::test::UITestInitializer> ui_test_initializer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ContentTestSuite);
|
| };
|
|
|