Chromium Code Reviews| Index: ppapi/tests/test_var_deprecated.cc |
| =================================================================== |
| --- ppapi/tests/test_var_deprecated.cc (revision 65116) |
| +++ ppapi/tests/test_var_deprecated.cc (working copy) |
| @@ -219,7 +219,7 @@ |
| length = kInvalidLength; |
| result = NULL; |
| - result = var_interface_->VarToUtf8(PP_MakeBool(true), &length); |
| + result = var_interface_->VarToUtf8(PP_MakeBool(PP_TRUE), &length); |
| if (length != 0) { |
| return "Expected 0 on string conversion from Bool var."; |
| } |