| Index: chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log_unittest.cc b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| index e9f2c3ec6c8abc201155aba24b1651372b97f3e2..6c4c6f8378c20b4bfe46f3a97dcd167e7efd42e8 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| @@ -57,7 +57,6 @@ class ActivityLogTest : public ChromeRenderViewHostTestHarness {
|
| extension_service_ = static_cast<TestExtensionSystem*>(
|
| ExtensionSystem::Get(profile()))->CreateExtensionService
|
| (&command_line, base::FilePath(), false);
|
| - ActivityLog::GetInstance(profile())->Init();
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|
|
|