diff options
Diffstat (limited to 'chrome/browser/importer/firefox_importer_unittest.cc')
-rw-r--r-- | chrome/browser/importer/firefox_importer_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/importer/firefox_importer_unittest.cc b/chrome/browser/importer/firefox_importer_unittest.cc index 8c8b9fa..b021871 100644 --- a/chrome/browser/importer/firefox_importer_unittest.cc +++ b/chrome/browser/importer/firefox_importer_unittest.cc @@ -428,7 +428,7 @@ class FirefoxProfileImporterTest : public ImporterTest { items = items | importer::SEARCH_ENGINES; loop->PostTask(FROM_HERE, base::Bind( &ImporterHost::StartImportSettings, host.get(), source_profile, - profile_.get(), items, make_scoped_refptr(writer), true)); + profile_.get(), items, make_scoped_refptr(writer))); loop->Run(); } @@ -473,8 +473,7 @@ TEST_F(FirefoxProfileImporterTest, MAYBE_IMPORTER(Firefox2Importer)) { profile_.get(), importer::HISTORY | importer::PASSWORDS | importer::FAVORITES | importer::SEARCH_ENGINES, - make_scoped_refptr(observer), - true)); + make_scoped_refptr(observer))); loop->Run(); } |