Index: chrome/installer/setup/setup_util.h |
diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h |
index 205198ea55de23a46df5601df90307ce1d55dd24..6bfd43fee6e2ff88b3bb4625f810393482d8a720 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. |
-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. |