Chromium Code Reviews| Index: chrome/installer/gcapi/gcapi.cc |
| diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc |
| index 72539355215df7b66a0444255bb0dd32590e882f..ce0d22a0dbc894f590a233f47346c35739f965e4 100644 |
| --- a/chrome/installer/gcapi/gcapi.cc |
| +++ b/chrome/installer/gcapi/gcapi.cc |
| @@ -672,7 +672,7 @@ |
| return TRUE; |
| } |
| -BOOL __stdcall ReactivateChrome(wchar_t* brand_code, |
| +BOOL __stdcall ReactivateChrome(const wchar_t* brand_code, |
| int shell_mode, |
| DWORD* error_code) { |
| BOOL result = FALSE; |