Skip to content

Commit

Permalink
Add override for overridden functions under /url This CL was uploaded…
Browse files Browse the repository at this point in the history
… by git cl split.

R=mkwst@chromium.org

Bug: 428099
Change-Id: Ice6a3365769fe40b81100ac216a4066424955119
Reviewed-on: https://chromium-review.googlesource.com/1032459
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554357}
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Apr 27, 2018
1 parent db9520c commit a34ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/url_canon.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class RawCanonOutputT : public CanonOutputT<T> {
this->buffer_ = fixed_buffer_;
this->buffer_len_ = fixed_capacity;
}
virtual ~RawCanonOutputT() {
~RawCanonOutputT() override {
if (this->buffer_ != fixed_buffer_)
delete[] this->buffer_;
}
Expand Down

0 comments on commit a34ba39

Please sign in to comment.