Index: chrome/installer/gcapi/gcapi_last_run_test.cc |
=================================================================== |
--- chrome/installer/gcapi/gcapi_last_run_test.cc (revision 184354) |
+++ chrome/installer/gcapi/gcapi_last_run_test.cc (working copy) |
@@ -27,7 +27,7 @@ |
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); |
// Create the client state key in the right places. |