| Index: chrome/installer/util/google_update_settings.h
|
| diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
|
| index 8e99978f8fcc902edbb911b951315ad680d46314..e20243600e1ce125d45eaff2e06eee75a6f0d982 100644
|
| --- a/chrome/installer/util/google_update_settings.h
|
| +++ b/chrome/installer/util/google_update_settings.h
|
| @@ -232,7 +232,7 @@ class GoogleUpdateSettings {
|
| static base::string16 GetUninstallCommandLine(bool system_install);
|
|
|
| // Returns the version of Google Update that is installed.
|
| - static Version GetGoogleUpdateVersion(bool system_install);
|
| + static base::Version GetGoogleUpdateVersion(bool system_install);
|
|
|
| // Returns the time at which Google Update last started an automatic update
|
| // check, or the null time if this information isn't available.
|
|
|