| Index: chrome/installer/util/google_chrome_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
|
| index 296bc3d761b78e4a6c515858471e3ddf2c639385..eaed89017ee2d1835f0efea16a9428c663448d25 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -28,7 +28,7 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
| // concatenated to the survey url if the file in local_data_path indicates
|
| // the user has opted in to providing anonymous usage data.
|
| virtual void DoPostUninstallOperations(
|
| - const base::Version& version,
|
| + const Version& version,
|
| const base::FilePath& local_data_path,
|
| const base::string16& distribution_data) OVERRIDE;
|
|
|
|
|