summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_host/update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/app_host/update.cc')
-rw-r--r--chrome/browser/extensions/app_host/update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/app_host/update.cc b/chrome/browser/extensions/app_host/update.cc
index 7985e42..4d466f7 100644
--- a/chrome/browser/extensions/app_host/update.cc
+++ b/chrome/browser/extensions/app_host/update.cc
@@ -66,7 +66,7 @@ Version GetAppVersionFromRegistry(const wchar_t* app_guid) {
// Calls setup.exe to update App Host, using the system-level setup.exe.
bool LaunchAppHostUpdate() {
// Get the path to the setup.exe.
- FilePath setup_exe(
+ base::FilePath setup_exe(
chrome_launcher_support::GetSetupExeForInstallationLevel(
chrome_launcher_support::SYSTEM_LEVEL_INSTALLATION));
if (setup_exe.empty()) {