Skip to content

Commit

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

R=dcheng@chromium.org

Bug: 428099
Change-Id: I50af2e37e8f60b8ca3de001d19528db50ae983a8
Reviewed-on: https://chromium-review.googlesource.com/1032464
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554424}
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Apr 27, 2018
1 parent 414f196 commit 88317a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/observer_list_threadsafe.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class ObserverListThreadSafe : public internal::ObserverListThreadSafeBase {
Callback<void(ObserverType*)> method;
};

~ObserverListThreadSafe() = default;
~ObserverListThreadSafe() override = default;

void NotifyWrapper(ObserverType* observer,
const NotificationData& notification) {
Expand Down

0 comments on commit 88317a4

Please sign in to comment.