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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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/spdy/core/array_output_buffer.h ('k') | net/tools/quic/quic_simple_server_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 59b09424f93f33169a85f97c6c172484d67718e8..f73e32290e52925be948efa41b641c9dd7cca497 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -2364,7 +2364,7 @@ class ServerStreamThatDropsBodyFactory : public QuicTestServer::StreamFactory {
public:
ServerStreamThatDropsBodyFactory() {}
- ~ServerStreamThatDropsBodyFactory() override{};
+ ~ServerStreamThatDropsBodyFactory() override {}
QuicSimpleServerStream* CreateStream(
QuicStreamId id,
@@ -2407,7 +2407,7 @@ class ServerStreamThatSendsHugeResponseFactory
explicit ServerStreamThatSendsHugeResponseFactory(int64_t body_bytes)
: body_bytes_(body_bytes) {}
- ~ServerStreamThatSendsHugeResponseFactory() override{};
+ ~ServerStreamThatSendsHugeResponseFactory() override {}
QuicSimpleServerStream* CreateStream(
QuicStreamId id,
« no previous file with comments | « net/spdy/core/array_output_buffer.h ('k') | net/tools/quic/quic_simple_server_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698