| Index: chrome/browser/extensions/user_script_master_unittest.cc
|
| diff --git a/chrome/browser/extensions/user_script_master_unittest.cc b/chrome/browser/extensions/user_script_master_unittest.cc
|
| index 0fa1932e656f0f6bb6248d8f5924957c08a20fc4..f0f2dc27e91cc2c178b5e038b220b6e742f234bb 100644
|
| --- a/chrome/browser/extensions/user_script_master_unittest.cc
|
| +++ b/chrome/browser/extensions/user_script_master_unittest.cc
|
| @@ -74,6 +74,7 @@ TEST_F(UserScriptMasterTest, NoScripts) {
|
|
|
| scoped_refptr<UserScriptMaster> master(
|
| new UserScriptMaster(MessageLoop::current(), script_dir_));
|
| + master->StartScan();
|
| message_loop_.PostTask(FROM_HERE, new MessageLoop::QuitTask);
|
| message_loop_.Run();
|
|
|
| @@ -110,6 +111,7 @@ TEST_F(UserScriptMasterTest, ExistingScripts) {
|
|
|
| scoped_refptr<UserScriptMaster> master(
|
| new UserScriptMaster(MessageLoop::current(), script_dir_));
|
| + master->StartScan();
|
|
|
| message_loop_.PostTask(FROM_HERE, new MessageLoop::QuitTask);
|
| message_loop_.Run();
|
|
|