| Index: chrome/browser/first_run/first_run.cc
|
| diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
|
| index ce1716aa6670da889f220ee5291aac0b1f16ca35..97af7bf6a34bf85b085c90ca6dd566230eb2ac9c 100644
|
| --- a/chrome/browser/first_run/first_run.cc
|
| +++ b/chrome/browser/first_run/first_run.cc
|
| @@ -132,7 +132,7 @@ int ImportFromFile(Profile* profile, const CommandLine& cmdline) {
|
|
|
| FirstRunImportObserver importer_observer;
|
| importer::ShowImportProgressDialog(importer::FAVORITES,
|
| - importer_host,
|
| + importer_host.get(),
|
| &importer_observer,
|
| source_profile,
|
| profile,
|
|
|