summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/chrome_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'win8/delegate_execute/chrome_util.cc')
-rw-r--r--win8/delegate_execute/chrome_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/delegate_execute/chrome_util.cc b/win8/delegate_execute/chrome_util.cc
index e973273..0f85d6dd 100644
--- a/win8/delegate_execute/chrome_util.cc
+++ b/win8/delegate_execute/chrome_util.cc
@@ -105,7 +105,7 @@ void UpdateChromeIfNeeded(const base::FilePath& chrome_exe) {
base::Process process;
- if (InstallUtil::IsPerUserInstall(chrome_exe.value().c_str())) {
+ if (InstallUtil::IsPerUserInstall(chrome_exe)) {
// Read the update command from the registry.
base::string16 update_command;
if (!GetUpdateCommand(true, &update_command)) {