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

Unified Diff: net/spdy/core/array_output_buffer.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/test_tools/simulator/quic_endpoint.h ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/array_output_buffer.h
diff --git a/net/spdy/core/array_output_buffer.h b/net/spdy/core/array_output_buffer.h
index 35ecfe860ca5c30cc7d6112dc79135e443708909..13f7df4611d02d0b969e27f2005750032901d0b3 100644
--- a/net/spdy/core/array_output_buffer.h
+++ b/net/spdy/core/array_output_buffer.h
@@ -16,7 +16,7 @@ class ArrayOutputBuffer : public ZeroCopyOutputBuffer {
// of the output.
ArrayOutputBuffer(char* buffer, int64_t size)
: current_(buffer), begin_(buffer), capacity_(size) {}
- ~ArrayOutputBuffer() override{};
+ ~ArrayOutputBuffer() override {}
ArrayOutputBuffer(const ArrayOutputBuffer&) = delete;
ArrayOutputBuffer& operator=(const ArrayOutputBuffer&) = delete;
« no previous file with comments | « net/quic/test_tools/simulator/quic_endpoint.h ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698