Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1766)

Unified Diff: net/quic/test_tools/quic_test_writer.h

Issue 126283002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed extra space Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/test_tools/quic_test_utils.h ('k') | net/quic/test_tools/simple_quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_test_writer.h
diff --git a/net/quic/test_tools/quic_test_writer.h b/net/quic/test_tools/quic_test_writer.h
index ee33b7abe2a19cab72c9a2505e793d98ae135c43..eec2a62b4555e51bef9de78d69c231c66757e886 100644
--- a/net/quic/test_tools/quic_test_writer.h
+++ b/net/quic/test_tools/quic_test_writer.h
@@ -16,7 +16,7 @@ namespace test {
class QuicTestWriter : public QuicPacketWriter {
public:
QuicTestWriter();
- virtual ~QuicTestWriter();
+ virtual ~QuicTestWriter() OVERRIDE;
// Takes ownership of |writer|.
void set_writer(QuicPacketWriter* writer);
« no previous file with comments | « net/quic/test_tools/quic_test_utils.h ('k') | net/quic/test_tools/simple_quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698