| Index: chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| index 62cd06b09f5e7c5d28611ffad5056270a3b1c200..e561288374c5cd8674298fa6b5a8fdd180a31e8c 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -446,6 +446,8 @@ TEST_F(ProfileResetterTest, ResetContentSettings) {
|
| }
|
|
|
| TEST_F(ProfileResetterTest, ResetExtensionsByDisabling) {
|
| + service_->Init();
|
| +
|
| base::ScopedTempDir temp_dir;
|
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
|
|
|
|