Index: chrome/common/chrome_plugin_util.h |
=================================================================== |
--- chrome/common/chrome_plugin_util.h (revision 10402) |
+++ chrome/common/chrome_plugin_util.h (working copy) |
@@ -64,7 +64,7 @@ |
// Common implementation of a CPR_GetResponseInfo call. |
static int GetResponseInfo( |
const net::HttpResponseHeaders* response_headers, |
- CPResponseInfoType type, void* buf, uint32 buf_size); |
+ CPResponseInfoType type, void* buf, size_t buf_size); |
}; |
// Helper to allocate a string using the given CPB_Alloc function. |