| Index: chrome/browser/importer/firefox3_importer.cc
|
| diff --git a/chrome/browser/importer/firefox3_importer.cc b/chrome/browser/importer/firefox3_importer.cc
|
| index fc11cb05bfe4c9d32936f83339aaf1688b744786..606549facdf78b8ccd8355c30599820043eb6711 100644
|
| --- a/chrome/browser/importer/firefox3_importer.cc
|
| +++ b/chrome/browser/importer/firefox3_importer.cc
|
| @@ -294,7 +294,7 @@ void Firefox3Importer::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);
|
| }
|
| if (!template_urls.empty() && !cancelled()) {
|
| bridge_->SetKeywords(template_urls, -1, false);
|
|
|