From 887cec87432cce92d06a39b62a9ce4f57260acc9 Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Tue, 15 Jun 2010 22:13:43 +0000 Subject: Tighten up compile warnings based to match other chromium sub-projects. Fix up the issues that the new warnings raised. BUG=none TEST=build remoting cleanly Review URL: http://codereview.chromium.org/2801003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49842 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/client_connection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/host/client_connection.cc') diff --git a/remoting/host/client_connection.cc b/remoting/host/client_connection.cc index 23b8b80..d2c0df0 100644 --- a/remoting/host/client_connection.cc +++ b/remoting/host/client_connection.cc @@ -15,7 +15,7 @@ namespace remoting { // 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, -- cgit v1.1