| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index ea9b2eac82f607896d2f79f3450c2fe38ec149cf..e49ba91380d9745ea3c77239ee1996d7bdce73c9 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -67,7 +67,7 @@ GoogleChromeDistribution::GoogleChromeDistribution()
|
| }
|
|
|
| void GoogleChromeDistribution::DoPostUninstallOperations(
|
| - const base::Version& version,
|
| + const Version& version,
|
| const base::FilePath& local_data_path,
|
| const base::string16& distribution_data) {
|
| // Send the Chrome version and OS version as params to the form.
|
|
|