| Index: chrome/browser/importer/importer_host.cc
|
| diff --git a/chrome/browser/importer/importer_host.cc b/chrome/browser/importer/importer_host.cc
|
| index 0f89d0ce8eb795f1d06098bc16d67a5549b80e4e..dde8a711beb796a29573f3348d119f2962799809 100644
|
| --- a/chrome/browser/importer/importer_host.cc
|
| +++ b/chrome/browser/importer/importer_host.cc
|
| @@ -133,7 +133,7 @@ void ImporterHost::StartImportSettings(
|
| writer_ = writer;
|
| importer_ = importer::CreateImporterByType(source_profile.importer_type);
|
| // If we fail to create the Importer, exit, as we cannot do anything.
|
| - if (!importer_) {
|
| + if (!importer_.get()) {
|
| NotifyImportEnded();
|
| return;
|
| }
|
|
|