| Index: chrome/browser/extensions/sandboxed_unpacker.cc
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| index d07eeeae757daf222561df418d323f91c6c2e908..f54c41d9ee4f280bc774d9bf383353c72bc6e28e 100644
|
| --- a/chrome/browser/extensions/sandboxed_unpacker.cc
|
| +++ b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| @@ -694,9 +694,8 @@ bool SandboxedUnpacker::RewriteImageFiles(SkBitmap* install_icon) {
|
| }
|
| }
|
|
|
| - 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(
|
| + 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) {
|
|
|