| Index: chrome/installer/gcapi/gcapi_reactivation_test.cc
|
| ===================================================================
|
| --- chrome/installer/gcapi/gcapi_reactivation_test.cc (revision 184354)
|
| +++ chrome/installer/gcapi/gcapi_reactivation_test.cc (working copy)
|
| @@ -38,10 +38,10 @@
|
| void SetUp() {
|
| // Override keys - this is undone during destruction.
|
| std::wstring hkcu_override = base::StringPrintf(
|
| - L"hkcu_override\\%ls", base::ASCIIToWide(base::GenerateGUID()));
|
| + L"hkcu_override\\%ls", ASCIIToWide(base::GenerateGUID()));
|
| override_manager_.OverrideRegistry(HKEY_CURRENT_USER, hkcu_override);
|
| std::wstring hklm_override = base::StringPrintf(
|
| - L"hklm_override\\%ls", base::ASCIIToWide(base::GenerateGUID()));
|
| + L"hklm_override\\%ls", ASCIIToWide(base::GenerateGUID()));
|
| override_manager_.OverrideRegistry(HKEY_LOCAL_MACHINE, hklm_override);
|
| }
|
|
|
|
|