| Index: chrome/browser/ui/webui/options/import_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.cc b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| index eefe4fe2a858fa843e7cd388cc86e08a6057f97d..219923ff3458b1214ccc18086d5106ae6ecc0565 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -34,7 +34,7 @@ ImportDataHandler::ImportDataHandler() : importer_host_(NULL),
|
| }
|
|
|
| ImportDataHandler::~ImportDataHandler() {
|
| - if (importer_list_)
|
| + if (importer_list_.get())
|
| importer_list_->SetObserver(NULL);
|
|
|
| if (importer_host_)
|
|
|