| Index: chrome/browser/importer/safari_importer.mm
|
| diff --git a/chrome/browser/importer/safari_importer.mm b/chrome/browser/importer/safari_importer.mm
|
| index 8c5f5a725570c6dd5a2dca41f00ced86e03c8334..fd4e1263a8ff27a06a9d4ca677e0248711b4b7f1 100644
|
| --- a/chrome/browser/importer/safari_importer.mm
|
| +++ b/chrome/browser/importer/safari_importer.mm
|
| @@ -107,7 +107,7 @@ void SafariImporter::ImportBookmarks() {
|
| int options = 0;
|
| if (import_to_bookmark_bar())
|
| options = ProfileWriter::IMPORT_TO_BOOKMARK_BAR;
|
| - bridge_->AddBookmarkEntries(bookmarks, first_folder_name, options);
|
| + bridge_->AddBookmarks(bookmarks, first_folder_name, options);
|
| }
|
|
|
| // Import favicons.
|
|
|