| 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 d6604de519f69cc9489fc330ae6d92b4253bfbd2..6742bf2fa1256b95d02909b7a2027ab7ba17e810 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -106,7 +106,7 @@ GoogleChromeDistribution::GoogleChromeDistribution(
|
| : BrowserDistribution(CHROME_BROWSER, std::move(app_reg_data)) {}
|
|
|
| void GoogleChromeDistribution::DoPostUninstallOperations(
|
| - const Version& version,
|
| + const base::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.
|
|
|