$OpenBSD: patch-ppapi_proxy_ppb_url_loader_proxy_cc,v 1.1 2011/06/08 20:36:56 robert Exp $
--- ppapi/proxy/ppb_url_loader_proxy.cc.orig	Wed Jun  8 16:21:40 2011
+++ ppapi/proxy/ppb_url_loader_proxy.cc	Wed Jun  8 16:22:11 2011
@@ -344,10 +344,10 @@ InterfaceProxy* CreateURLLoaderTrustedProxy(Dispatcher
 // from the plugin.
 void UpdateResourceLoadStatus(PP_Instance pp_instance,
                               PP_Resource pp_resource,
-                              int64 bytes_sent,
-                              int64 total_bytes_to_be_sent,
-                              int64 bytes_received,
-                              int64 total_bytes_to_be_received) {
+                              int64_t bytes_sent,
+                              int64_t total_bytes_to_be_sent,
+                              int64_t bytes_received,
+                              int64_t total_bytes_to_be_received) {
   Dispatcher* dispatcher = HostDispatcher::GetForInstance(pp_instance);
   PPBURLLoader_UpdateProgress_Params params;
   params.instance = pp_instance;
