diff options
Diffstat (limited to 'extensions/utility')
-rw-r--r-- | extensions/utility/unpacker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/utility/unpacker.cc b/extensions/utility/unpacker.cc index c61faa2..a65aabb 100644 --- a/extensions/utility/unpacker.cc +++ b/extensions/utility/unpacker.cc @@ -264,7 +264,7 @@ bool Unpacker::AddDecodedImage(const base::FilePath& path) { return false; } - internal_data_->decoded_images.push_back(MakeTuple(image_bitmap, path)); + internal_data_->decoded_images.push_back(base::MakeTuple(image_bitmap, path)); return true; } |