Index: chrome/browser/extensions/sandboxed_unpacker.cc |
diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc |
index 1f844f0de3ddc8153ef7db1c33a1ac079000c324..b0a4ee7b97cddb6095ea678236bbf0eb6ab206a9 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker.cc |
@@ -641,7 +641,8 @@ bool SandboxedUnpacker::RewriteImageFiles() { |
// Delete any images that may be used by the browser. We're going to write |
// out our own versions of the parsed images, and we want to make sure the |
// originals are gone for good. |
- std::set<base::FilePath> image_paths = extension_->GetBrowserImages(); |
+ std::set<base::FilePath> image_paths = |
+ extension_file_util::GetBrowserImagePaths(extension_); |
if (image_paths.size() != images.size()) { |
// Decoded images don't match what's in the manifest. |
ReportFailure( |