Index: chrome/browser/importer/profile_import_process_host.cc |
diff --git a/chrome/browser/importer/profile_import_process_host.cc b/chrome/browser/importer/profile_import_process_host.cc |
index 70350cf816a43d7561853dd2d025e96132714fb2..51d339dbccdfbc5d439f2f427a5d2f781ffd8e1b 100644 |
--- a/chrome/browser/importer/profile_import_process_host.cc |
+++ b/chrome/browser/importer/profile_import_process_host.cc |
@@ -54,8 +54,8 @@ bool ProfileImportProcessHost::StartProfileImportProcess( |
base::IntToString(IDS_IMPORT_FROM_SAFARI), |
l10n_util::GetStringUTF8(IDS_IMPORT_FROM_SAFARI)); |
localized_strings.SetString( |
- base::IntToString(IDS_BOOMARK_BAR_FOLDER_NAME), |
- l10n_util::GetStringUTF8(IDS_BOOMARK_BAR_FOLDER_NAME)); |
+ base::IntToString(IDS_BOOKMARK_BAR_FOLDER_NAME), |
+ l10n_util::GetStringUTF8(IDS_BOOKMARK_BAR_FOLDER_NAME)); |
Send(new ProfileImportProcessMsg_StartImport(source_profile, items, |
localized_strings)); |