| Index: chrome/browser/extensions/sandboxed_unpacker.cc
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| index 56e51180a1d8f57a1a9bdf1a3d4356050f88f9c9..6b6c1c7e97ca3a9fbe58520112ac155e6d255ba8 100644
|
| --- a/chrome/browser/extensions/sandboxed_unpacker.cc
|
| +++ b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| @@ -696,8 +696,9 @@ bool SandboxedUnpacker::RewriteImageFiles(SkBitmap* install_icon) {
|
| }
|
| }
|
|
|
| - const std::string& install_icon_path = IconsInfo::GetIcons(extension_).Get(
|
| - extension_misc::EXTENSION_ICON_LARGE, ExtensionIconSet::MATCH_BIGGER);
|
| + const std::string& install_icon_path =
|
| + IconsInfo::GetIcons(extension_.get()).Get(
|
| + extension_misc::EXTENSION_ICON_LARGE, ExtensionIconSet::MATCH_BIGGER);
|
|
|
| // Write our parsed images back to disk as well.
|
| for (size_t i = 0; i < images.size(); ++i) {
|
|
|