| Index: chrome/browser/extensions/startup_helper.cc
|
| diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
|
| index 5ef51ec0e34cbfaa21fa58747cb8f4bcdc344dcb..90fb9384df1fe45898505274b081864455864c56 100644
|
| --- a/chrome/browser/extensions/startup_helper.cc
|
| +++ b/chrome/browser/extensions/startup_helper.cc
|
| @@ -341,7 +341,7 @@ std::string StartupHelper::WebStoreIdFromLimitedInstallCmdLine(
|
| }
|
|
|
| StartupHelper::~StartupHelper() {
|
| - if (pack_job_.get())
|
| + if (pack_job_)
|
| pack_job_->ClearClient();
|
| }
|
|
|
|
|