| Index: chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_model_unittest.cc (revision 19705)
|
| +++ chrome/browser/bookmarks/bookmark_model_unittest.cc (working copy)
|
| @@ -823,7 +823,7 @@
|
|
|
| profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(
|
| url, NULL, 1, GURL(), PageTransition::TYPED,
|
| - HistoryService::RedirectList());
|
| + HistoryService::RedirectList(), false);
|
|
|
| // This won't actually delete the URL, rather it'll empty out the visits.
|
| // This triggers blocking on the BookmarkModel.
|
|
|