Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4269)

Unified Diff: chrome/browser/importer/safari_importer.mm

Issue 7744055: bookmarks: Fix an obvious typo in IDS_BOOMARK_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/importer/safari_importer.mm
diff --git a/chrome/browser/importer/safari_importer.mm b/chrome/browser/importer/safari_importer.mm
index 93e4a5e65cdcdd7210c1c1ef7f8fac588bc3c0da..095fa54a93c39927d64db24765db8d39e1dae3e2 100644
--- a/chrome/browser/importer/safari_importer.mm
+++ b/chrome/browser/importer/safari_importer.mm
@@ -99,7 +99,7 @@ void SafariImporter::StartImport(const importer::SourceProfile& source_profile,
void SafariImporter::ImportBookmarks() {
string16 toolbar_name =
- bridge_->GetLocalizedString(IDS_BOOMARK_BAR_FOLDER_NAME);
+ bridge_->GetLocalizedString(IDS_BOOKMARK_BAR_FOLDER_NAME);
std::vector<ProfileWriter::BookmarkEntry> bookmarks;
ParseBookmarks(toolbar_name, &bookmarks);

Powered by Google App Engine
This is Rietveld 408576698