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

Unified Diff: webrtc/api/webrtcsession_unittest.cc

Issue 1921653002: Enable -Winconsistent-missing-override flag. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 8 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
Index: webrtc/api/webrtcsession_unittest.cc
diff --git a/webrtc/api/webrtcsession_unittest.cc b/webrtc/api/webrtcsession_unittest.cc
index 4cb6cc441e381692e93777138ed4c11fa5dd431e..8bd2e9e0c21c4a5d879a8b64d583fd67914ab99c 100644
--- a/webrtc/api/webrtcsession_unittest.cc
+++ b/webrtc/api/webrtcsession_unittest.cc
@@ -192,7 +192,7 @@ class MockIceObserver : public webrtc::IceObserver {
// Some local candidates are removed.
void OnIceCandidatesRemoved(
- const std::vector<cricket::Candidate>& candidates) {
+ const std::vector<cricket::Candidate>& candidates) override {
num_candidates_removed_ += candidates.size();
}

Powered by Google App Engine
This is Rietveld 408576698