diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 06:44:23 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 06:44:23 +0000 |
commit | 1eb55358ccdb0c36b093cf3bb754a603a0449d7b (patch) | |
tree | bdc10e2d08d1c95f35c47a6008822504591d36a5 /remoting/protocol/rtcp_writer.h | |
parent | f88c2e097ceb2857cd36babc608ba9845ef0eab8 (diff) | |
download | chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.zip chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.gz chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.bz2 |
Cleanup: Remove unneeded forward declarations from remoting.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8536002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/rtcp_writer.h')
-rw-r--r-- | remoting/protocol/rtcp_writer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/remoting/protocol/rtcp_writer.h b/remoting/protocol/rtcp_writer.h index 7ae49dd..ff7d9cd 100644 --- a/remoting/protocol/rtcp_writer.h +++ b/remoting/protocol/rtcp_writer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 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. @@ -13,8 +13,6 @@ class MessageLoopProxy; namespace remoting { -class CompoundBuffer; - namespace protocol { class BufferedDatagramWriter; @@ -22,7 +20,7 @@ struct RtcpReceiverReport; class RtcpWriter { public: - RtcpWriter(base::MessageLoopProxy* message_loop); + explicit RtcpWriter(base::MessageLoopProxy* message_loop); virtual ~RtcpWriter(); // Initializes the writer. Must be called on the thread the socket |