diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:38:43 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 16:38:43 +0000 |
commit | 25e18f853986d17f3a8492c587451cff9d61d3b1 (patch) | |
tree | 375996e463638aeabde3e161da37d5272c5628e0 /remoting/protocol/rtp_reader.h | |
parent | 9eb33631c0fb50dc24f5e1961aa111e06784ef4f (diff) | |
download | chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.zip chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.tar.gz chromium_src-25e18f853986d17f3a8492c587451cff9d61d3b1.tar.bz2 |
FBTF: Hopefully, the last ctor patch.
With this final patch, the chrome target compiles without my new warnings.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/4099006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/rtp_reader.h')
-rw-r--r-- | remoting/protocol/rtp_reader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/protocol/rtp_reader.h b/remoting/protocol/rtp_reader.h index 4533756..b9a12df 100644 --- a/remoting/protocol/rtp_reader.h +++ b/remoting/protocol/rtp_reader.h @@ -12,6 +12,9 @@ namespace remoting { struct RtpPacket { + RtpPacket(); + ~RtpPacket(); + RtpHeader header; scoped_refptr<net::IOBuffer> data; char* payload; |