diff options
Diffstat (limited to 'chrome/installer/util/google_update_util.cc')
-rw-r--r-- | chrome/installer/util/google_update_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_util.cc b/chrome/installer/util/google_update_util.cc index 4c502fe..1d39d67 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; |