diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 16:42:35 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 16:42:35 +0000 |
commit | d7828c27c67a11e316b6ba8679ac91300715d97e (patch) | |
tree | 1554500edbf7f76faef518ba3329f88b406559fb /net/tools | |
parent | b57088ab60a8a0c7ea1f38a69890256d4435b9d7 (diff) | |
download | chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.zip chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.gz chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.bz2 |
Remove obviously unneeded forward declarations from headers under src/{app,base,net}.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3136025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/flip_server/epoll_server.h | 3 |
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) |