| Index: chrome/installer/setup/setup_util.h
|
| diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
|
| index 485a1e6654a9e8575a1bfd2bab1db2eed95673e7..77ca45bfd431978cd1d8d9d15e16545e3abd1d11 100644
|
| --- a/chrome/installer/setup/setup_util.h
|
| +++ b/chrome/installer/setup/setup_util.h
|
| @@ -53,7 +53,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.
|
| -Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
|
| +base::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
|
|
|