summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.cc')
-rw-r--r--win8/delegate_execute/command_execute_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index bea3e75..6aca5a1 100644
--- a/win8/delegate_execute/command_execute_impl.cc
+++ b/win8/delegate_execute/command_execute_impl.cc
@@ -250,8 +250,7 @@ STDMETHODIMP CommandExecuteImpl::Execute() {
}
BrowserDistribution* distribution = BrowserDistribution::GetDistribution();
- bool is_per_user_install = InstallUtil::IsPerUserInstall(
- chrome_exe_.value().c_str());
+ bool is_per_user_install = InstallUtil::IsPerUserInstall(chrome_exe_);
base::string16 app_id = ShellUtil::GetBrowserModelId(
distribution, is_per_user_install);