Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2560)

Unified Diff: ppapi/tests/test_var_deprecated.cc

Issue 4310002: Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_image_data.cc ('k') | webkit/glue/plugins/pepper_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.";
}
« no previous file with comments | « ppapi/tests/test_image_data.cc ('k') | webkit/glue/plugins/pepper_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698