Index: google_apis/gcm/base/socket_stream.h |
diff --git a/google_apis/gcm/base/socket_stream.h b/google_apis/gcm/base/socket_stream.h |
index a45842016f6ce4c68f60d44c15d2fe15c6d725dd..61aa1fefd5f3c421e8f62a3a3774b728c9ca4879 100644 |
--- a/google_apis/gcm/base/socket_stream.h |
+++ b/google_apis/gcm/base/socket_stream.h |
@@ -72,7 +72,7 @@ class GCM_EXPORT SocketInputStream |
virtual int64 ByteCount() const OVERRIDE; |
// The remaining amount of valid data available to be read. |
- size_t UnreadByteCount() const; |
+ int UnreadByteCount() const; |
// Reads from the socket, appending a max of |byte_limit| bytes onto the read |
// buffer. net::ERR_IO_PENDING is returned if the refresh can't complete |