| Index: chrome/browser/extensions/extension_service_test_base.h
|
| diff --git a/chrome/browser/extensions/extension_service_test_base.h b/chrome/browser/extensions/extension_service_test_base.h
|
| index 70e2fd9707d945ed60b2275fae5c02eb97382b8c..e977d81a8aa2889f58f28abd85b9732e3b72d1c2 100644
|
| --- a/chrome/browser/extensions/extension_service_test_base.h
|
| +++ b/chrome/browser/extensions/extension_service_test_base.h
|
| @@ -139,11 +139,11 @@ class ExtensionServiceTestBase : public testing::Test {
|
| // after thread_bundle_ in the destruction order.
|
| base::ShadowingAtExitManager at_exit_manager_;
|
|
|
| + std::unique_ptr<content::TestBrowserThreadBundle> thread_bundle_;
|
| +
|
| // Enable creation of WebContents without initializing a renderer.
|
| content::RenderViewHostTestEnabler rvh_test_enabler_;
|
|
|
| - std::unique_ptr<content::TestBrowserThreadBundle> thread_bundle_;
|
| -
|
| protected:
|
| // It's unfortunate that these are exposed to subclasses (rather than used
|
| // through the accessor methods above), but too many tests already use them
|
|
|