Index: remoting/host/client_connection.cc |
=================================================================== |
--- remoting/host/client_connection.cc (revision 49812) |
+++ remoting/host/client_connection.cc (working copy) |
@@ -15,7 +15,7 @@ |
// Determine how many update streams we should count to find the size of |
// average update stream. |
-static const int kAverageUpdateStream = 10; |
+static const size_t kAverageUpdateStream = 10; |
ClientConnection::ClientConnection(MessageLoop* message_loop, |
ProtocolDecoder* decoder, |