| Index: chrome/installer/util/google_update_util.cc
|
| diff --git a/chrome/installer/util/google_update_util.cc b/chrome/installer/util/google_update_util.cc
|
| index 4c502fe932c1e35bb354aaffd4a230f2da3d6e9f..1d39d675807c324a76f72670cffb7fd75ff95852 100644
|
| --- a/chrome/installer/util/google_update_util.cc
|
| +++ b/chrome/installer/util/google_update_util.cc
|
| @@ -43,7 +43,7 @@ bool IsGoogleUpdatePresent(bool system_install) {
|
|
|
| // Returns GoogleUpdateSetup.exe's executable path at specified level.
|
| // or an empty path if none is found.
|
| -FilePath GetGoogleUpdateSetupExe(bool system_install) {
|
| +base::FilePath GetGoogleUpdateSetupExe(bool system_install) {
|
| const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
|
| RegKey update_key;
|
|
|
|
|