| 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 b427be9c0dce3376fc277e9ee83f1d2225257fc5..464b94185027582b737292765229d46443c2e899 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -429,6 +429,8 @@ TEST_F(ProfileResetterTest, ResetContentSettings) {
|
| }
|
|
|
| TEST_F(ProfileResetterTest, ResetExtensionsByDisabling) {
|
| + service_->Init();
|
| +
|
| base::ScopedTempDir temp_dir;
|
| ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
|
|
|
|