| Index: chrome/browser/chromeos/app_mode/kiosk_external_update_validator.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.cc b/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.cc
|
| index d4409a9d3e4255624ebb2978ac81ad0857f9424f..0622c012d8e656a54901b8cda4ba26236ae0e555 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.cc
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.cc
|
| @@ -52,7 +52,7 @@ void KioskExternalUpdateValidator::OnUnpackFailure(
|
| void KioskExternalUpdateValidator::OnUnpackSuccess(
|
| const base::FilePath& temp_dir,
|
| const base::FilePath& extension_dir,
|
| - const base::DictionaryValue* original_manifest,
|
| + std::unique_ptr<base::DictionaryValue> original_manifest,
|
| const extensions::Extension* extension,
|
| const SkBitmap& install_icon) {
|
| DCHECK(crx_file_.extension_id == extension->id());
|
|
|