summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/web/web_pepper_socket_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/public/web/web_pepper_socket_client.h')
-rw-r--r--chromium/third_party/blink/public/web/web_pepper_socket_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/public/web/web_pepper_socket_client.h b/chromium/third_party/blink/public/web/web_pepper_socket_client.h
index 614da4418c5..ec826f9eec8 100644
--- a/chromium/third_party/blink/public/web/web_pepper_socket_client.h
+++ b/chromium/third_party/blink/public/web/web_pepper_socket_client.h
@@ -59,8 +59,8 @@ class WebPepperSocketClient {
// FIXME: Deperecate these methods.
virtual void DidConnect() {}
- virtual void DidUpdateBufferedAmount(unsigned long buffered_amount) {}
- virtual void DidClose(unsigned long unhandled_buffered_amount,
+ virtual void DidUpdateBufferedAmount(uint64_t buffered_amount) {}
+ virtual void DidClose(uint64_t unhandled_buffered_amount,
ClosingHandshakeCompletionStatus,
uint16_t code,
const WebString& reason) {}