| Index: chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| index 630fc6ef4f298c256230dbb928a8d1e3391d22ea..a07abefdee5eb84d5d61bd1f8dd3fd91e408b2e7 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
|
| @@ -68,6 +68,7 @@ class TestingProfileWithHostZoomMap : public TestingProfile {
|
| }
|
| }
|
|
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| scoped_ptr<Profile> off_the_record_profile_;
|
| scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
|
|
|
|
|