Index: trunk/src/chrome/browser/importer/firefox_importer_browsertest.cc |
=================================================================== |
--- trunk/src/chrome/browser/importer/firefox_importer_browsertest.cc (revision 201976) |
+++ trunk/src/chrome/browser/importer/firefox_importer_browsertest.cc (working copy) |
@@ -163,7 +163,6 @@ |
virtual void AddBookmarks(const std::vector<ImportedBookmarkEntry>& bookmarks, |
const string16& top_level_folder_name) OVERRIDE { |
- |
ASSERT_LE(bookmark_count_ + bookmarks.size(), |
arraysize(kFirefox3Bookmarks)); |
// Importer should import the FF favorites the same as the list, in the same |
@@ -269,9 +268,9 @@ |
items = items | importer::SEARCH_ENGINES; |
// Deletes itself. |
- // TODO(gab): Use ExternalProcessImporterHost on both Windows and Linux. |
+ // TODO(gab): Use ExternalProcessImporterHost on Linux as well. |
ImporterHost* host; |
-#if defined(OS_MACOSX) |
+#if defined(OS_MACOSX) || defined(OS_WIN) |
host = new ExternalProcessImporterHost; |
#else |
host = new ImporterHost; |