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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc

Issue 9253011: Pepper SRPC proxy style and type nits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad license to pass presubmit check Created 8 years, 11 months 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
Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc
index 367fdf2e084b15deac738333e8f71322d204d091..a7204cbfce4948f2e5ce381f6d9ff8cb8b26ac0f 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_selection.cc
@@ -24,7 +24,7 @@ namespace {
struct PP_Var GetSelectedText(PP_Instance instance, PP_Bool html) {
DebugPrintf("PPP_Selection_Dev::GetSelectedText: "
- "instance=%"NACL_PRIu32"\n", instance);
+ "instance=%"NACL_PRId32"\n", instance);
NaClSrpcChannel* channel = GetMainSrpcChannel(instance);
nacl_abi_size_t text_size = kMaxReturnVarSize;
nacl::scoped_array<char> text_bytes(new char[text_size]);

Powered by Google App Engine
This is Rietveld 408576698