| Index: chrome/installer/setup/setup_util.h
|
| diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
|
| index 110ef441be0c2a5a6496e1244d40c0ade037446f..0b04b7b7812936e3aabdeb3a0195476b40b0bc08 100644
|
| --- a/chrome/installer/setup/setup_util.h
|
| +++ b/chrome/installer/setup/setup_util.h
|
| @@ -49,7 +49,7 @@
|
| // 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. If |desired_version| is valid, only the path to that
|
|
|