Index: net/tools/flip_server/epoll_server.h |
diff --git a/net/tools/flip_server/epoll_server.h b/net/tools/flip_server/epoll_server.h |
index 2ada5a9236601c545f92fd7e9b3ef3ea00ad11fb..bbcb18849ec835209d169dcba3bc8e816b33729b 100644 |
--- a/net/tools/flip_server/epoll_server.h |
+++ b/net/tools/flip_server/epoll_server.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
@@ -44,7 +44,6 @@ namespace net { |
class EpollServer; |
class EpollAlarmCallbackInterface; |
class ReadPipeCallback; |
-class WatchDogToken; |
struct EpollEvent { |
EpollEvent(int events, bool is_epoll_wait) |