| 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 58553a908e3e3da1bf4501ac7d334d0e07bb665f..c2e20bc04753ed25a83a72c9385e2466cdcc38fa 100644
|
| --- a/chrome/installer/util/google_update_settings.h
|
| +++ b/chrome/installer/util/google_update_settings.h
|
| @@ -290,7 +290,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.
|
|
|