| Index: chrome/installer/setup/archive_patch_helper.cc
|
| diff --git a/chrome/installer/setup/archive_patch_helper.cc b/chrome/installer/setup/archive_patch_helper.cc
|
| index c45189de86f480c6c31f220ffc404dff7d665061..4ef6bc4004c51d3c6645d1ead6e51d7ca890bec5 100644
|
| --- a/chrome/installer/setup/archive_patch_helper.cc
|
| +++ b/chrome/installer/setup/archive_patch_helper.cc
|
| @@ -40,7 +40,7 @@ bool ArchivePatchHelper::Uncompress(base::FilePath* last_uncompressed_file) {
|
| DCHECK(!base::PathExists(target_));
|
|
|
| // UnPackArchive takes care of logging.
|
| - string16 output_file;
|
| + base::string16 output_file;
|
| int32 lzma_result = LzmaUtil::UnPackArchive(compressed_archive_.value(),
|
| working_directory_.value(),
|
| &output_file);
|
|
|