Index: net/curvecp/client_packetizer.h |
=================================================================== |
--- net/curvecp/client_packetizer.h (revision 124890) |
+++ net/curvecp/client_packetizer.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -66,7 +66,7 @@ |
int ConnectNextAddress(); |
// We set a timeout for responses to the Hello message. |
- void StartHelloTimer(base::TimeDelta delay); |
+ void StartHelloTimer(int milliseconds); |
void RevokeHelloTimer(); |
void OnHelloTimeout(); // Called when the Hello Timer fires. |