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

Unified Diff: chrome/utility/importer/safari_importer.h

Issue 119833002: [Import] [OSX] Don't create an empty folder when importing from Safari with an empty Bookmarks Menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/utility/importer/safari_importer.h
diff --git a/chrome/utility/importer/safari_importer.h b/chrome/utility/importer/safari_importer.h
index ea64284105a873f7e5707cbf79772f85771430f6..09f714088afbe3ea53df190313beb936a64cb7be 100644
--- a/chrome/utility/importer/safari_importer.h
+++ b/chrome/utility/importer/safari_importer.h
@@ -46,6 +46,8 @@ class SafariImporter : public Importer {
private:
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, BookmarkImport);
+ FRIEND_TEST_ALL_PREFIXES(SafariImporterTest,
+ BookmarkImportWithEmptyBookmarksMenu);
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, FaviconImport);
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, HistoryImport);

Powered by Google App Engine
This is Rietveld 408576698