| Index: chrome/browser/importer/firefox_importer_unittest.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest.cc b/chrome/browser/importer/firefox_importer_unittest.cc
|
| index 8c8b9fae6672011da67db408d38b21d060fbdec4..b021871fb507d76e51e210d8f62d1d7ac71762c7 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();
|
| }
|
|
|
|
|