| Index: chrome/browser/diagnostics/recon_diagnostics.cc
|
| diff --git a/chrome/browser/diagnostics/recon_diagnostics.cc b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| index ac0548b6935bda6abd8c0ab7ea651bd97f2e7494..d8f95268560bfe7f8519e9d0f469c31bc18808d4 100644
|
| --- a/chrome/browser/diagnostics/recon_diagnostics.cc
|
| +++ b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| @@ -145,8 +145,7 @@ class InstallTypeTest : public DiagnosticTest {
|
| RecordFailure(ASCIIToUTF16("Path provider failure"));
|
| return false;
|
| }
|
| - user_level_ = InstallUtil::IsPerUserInstall(
|
| - chrome_exe.ToWStringHack().c_str());
|
| + user_level_ = InstallUtil::IsPerUserInstall(chrome_exe.value().c_str());
|
| const char* type = user_level_ ? "User Level" : "System Level";
|
| string16 install_type(ASCIIToUTF16(type));
|
| #else
|
|
|