| Index: chrome/installer/util/lzma_util.h
|
| diff --git a/chrome/installer/util/lzma_util.h b/chrome/installer/util/lzma_util.h
|
| index e680444b28ee122f0149d1c0d3b05b8b80bcd5c6..01bd29ef6108b49532dc4b2352198efb1719d23d 100644
|
| --- a/chrome/installer/util/lzma_util.h
|
| +++ b/chrome/installer/util/lzma_util.h
|
| @@ -14,7 +14,7 @@
|
| class LzmaUtil {
|
| public:
|
| // Utility method that does the job of calling OpenArchive(), UnPack()
|
| - // and CloseArchive() in order. Returns error code (NO_ERROR if successful).
|
| + // and CloseArchive() in order. Returns error code (NO_ERROR if successful).
|
| static int32 UnPackArchive(const std::wstring& archive,
|
| const std::wstring& output_dir,
|
| std::wstring* output_file);
|
|
|