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

Unified Diff: net/quic/test_tools/simulator/quic_endpoint.h

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/quic/core/quic_crypto_client_stream.h ('k') | net/spdy/core/array_output_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/simulator/quic_endpoint.h
diff --git a/net/quic/test_tools/simulator/quic_endpoint.h b/net/quic/test_tools/simulator/quic_endpoint.h
index f3cbf4d0dffce778bda63c47e2baa0080c819fd3..319999443f8997bae673a23dc72522d252c69332 100644
--- a/net/quic/test_tools/simulator/quic_endpoint.h
+++ b/net/quic/test_tools/simulator/quic_endpoint.h
@@ -158,7 +158,7 @@ class QuicEndpointMultiplexer : public Endpoint,
// Sets the egress port for all the endpoints being multiplexed.
void SetTxPort(ConstrainedPortInterface* port) override;
- void Act() override{};
+ void Act() override {}
private:
std::unordered_map<std::string, QuicEndpoint*> mapping_;
« no previous file with comments | « net/quic/core/quic_crypto_client_stream.h ('k') | net/spdy/core/array_output_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698