Chromium Code Reviews| Index: chrome/installer/gcapi/gcapi_test.cc |
| diff --git a/chrome/installer/gcapi/gcapi_test.cc b/chrome/installer/gcapi/gcapi_test.cc |
| index 477b15a98ea7bac58eef52cbb6ba2d99ed47dbe0..4e90d41bc8e3b74b2c6e060fa2ccbb92fa4bf43e 100644 |
| --- a/chrome/installer/gcapi/gcapi_test.cc |
| +++ b/chrome/installer/gcapi/gcapi_test.cc |
| @@ -25,7 +25,7 @@ void call_statically() { |
| if (result_flag_off != result_flag_on) |
| printf("Registry key flag is not being set properly."); |
| - printf("Static call returned result as %d and reason as %d.\n", |
| + printf("Static call returned result as %ld and reason as %ld.\n", |
|
scottmg
2014/09/05 01:31:24
lu for the second one?
|
| result_flag_on, reason); |
| } |