| Index: chrome/browser/browser_commands_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/browser_commands_unittest.cc (revision 56425)
|
| +++ chrome/browser/browser_commands_unittest.cc (working copy)
|
| @@ -79,6 +79,7 @@
|
| }
|
|
|
| TEST_F(BrowserCommandsTest, BookmarkCurrentPage) {
|
| + ChromeThread ui_loop(ChromeThread::UI, MessageLoop::current());
|
| ChromeThread file_loop(ChromeThread::FILE, MessageLoop::current());
|
| // We use profile() here, since it's a TestingProfile.
|
| profile()->CreateBookmarkModel(true);
|
|
|