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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.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/plugin_ppp_rpc_server.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
index dd8f312effe6debb6bac7f856673bd740e2bed18..de7b7c0691e765b07cda44576a49771e598b4c42 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc
@@ -98,7 +98,7 @@ void PppRpcServer::PPP_InitializeModule(
int32_t* success) {
NaClSrpcClosureRunner runner(done);
rpc->result = NACL_SRPC_RESULT_APP_ERROR;
- DebugPrintf("PPP_InitializeModule: module=%"NACL_PRIu32": %s\n",
+ DebugPrintf("PPP_InitializeModule: module=%"NACL_PRId32": %s\n",
module, service_description);
// Set up the service for calling back into the browser.
if (!StartMainSrpcChannel(const_cast<const char*>(service_description),

Powered by Google App Engine
This is Rietveld 408576698