summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/epoll_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/flip_server/epoll_server.h')
-rw-r--r--net/tools/flip_server/epoll_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tools/flip_server/epoll_server.h b/net/tools/flip_server/epoll_server.h
index 2ada5a9..bbcb188 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)