Index: chrome/browser/importer/ie_importer.cc |
=================================================================== |
--- chrome/browser/importer/ie_importer.cc (revision 4885) |
+++ chrome/browser/importer/ie_importer.cc (working copy) |
@@ -109,7 +109,9 @@ |
if (!bookmarks.empty() && !cancelled()) { |
main_loop_->PostTask(FROM_HERE, NewRunnableMethod(writer_, |
- &ProfileWriter::AddBookmarkEntry, bookmarks, false)); |
+ &ProfileWriter::AddBookmarkEntry, bookmarks, |
+ l10n_util::GetString(IDS_BOOKMARK_GROUP_FROM_IE), |
+ first_run() ? ProfileWriter::FIRST_RUN : 0)); |
} |
} |
@@ -552,4 +554,3 @@ |
} |
return version; |
} |
- |