| 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 811763fc3883b59fc4eeab4b1ab56b7162d4b867..e1d328d63443077d33127a3b0d0134e490b3108e 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -133,7 +133,7 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
| // Returns true if at least one uninstall metric was found in
|
| // uninstall_metrics_dict, false otherwise.
|
| virtual bool BuildUninstallMetricsString(
|
| - base::DictionaryValue* uninstall_metrics_dict, string16* metrics);
|
| + const base::DictionaryValue* uninstall_metrics_dict, string16* metrics);
|
|
|
| // The product ID for Google Update.
|
| string16 product_guid_;
|
|
|