Chromium Code Reviews| Index: ash/test/ash_test_base.h |
| =================================================================== |
| --- ash/test/ash_test_base.h (revision 257432) |
| +++ ash/test/ash_test_base.h (working copy) |
| @@ -139,7 +139,7 @@ |
| bool teardown_called_; |
| // |SetUp()| doesn't activate session if this is set to false. |
| bool start_session_; |
| - content::TestBrowserThreadBundle thread_bundle_; |
| + scoped_ptr<content::TestBrowserThreadBundle> thread_bundle_; |
| scoped_ptr<AshTestHelper> ash_test_helper_; |
| scoped_ptr<aura::test::EventGenerator> event_generator_; |
| #if defined(OS_WIN) |