| Index: chrome/installer/setup/setup_util.h
|
| diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
|
| index 6bfd43fee6e2ff88b3bb4625f810393482d8a720..205198ea55de23a46df5601df90307ce1d55dd24 100644
|
| --- a/chrome/installer/setup/setup_util.h
|
| +++ b/chrome/installer/setup/setup_util.h
|
| @@ -48,7 +48,7 @@ int BsdiffPatchFiles(const base::FilePath& src,
|
| // Find the version of Chrome from an install source directory.
|
| // Chrome_path should contain at least one version folder.
|
| // Returns the maximum version found or NULL if no version is found.
|
| -base::Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
|
| +Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
|
|
|
| // Returns the uncompressed archive of the installed version that serves as the
|
| // source for patching.
|
|
|