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

Unified Diff: media/cast/audio_sender/audio_sender.cc

Issue 24586003: Be able to build cast_unittest and related targets in Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix warnings Created 7 years, 3 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: media/cast/audio_sender/audio_sender.cc
diff --git a/media/cast/audio_sender/audio_sender.cc b/media/cast/audio_sender/audio_sender.cc
index 39fccda637036161a79e1c7fb1eddece0ef7e381..2564672edfa15ef86839820c04a22cdf35dda9c3 100644
--- a/media/cast/audio_sender/audio_sender.cc
+++ b/media/cast/audio_sender/audio_sender.cc
@@ -22,7 +22,7 @@ class LocalRtcpAudioSenderFeedback : public RtcpSenderFeedback {
: audio_sender_(audio_sender) {
}
- virtual void OnReceivedSendReportRequest() OVERRIDE {
+ virtual void OnReceivedSendReportRequest() {
hubbe 2013/09/26 23:03:20 Why only this one?
Alpha Left Google 2013/09/27 00:45:13 This method is no more in the base class. I should
hubbe 2013/09/27 19:22:53 Please do. (or add TODO)
Alpha Left Google 2013/09/27 21:13:53 Already removed.
DCHECK(false) << "Invalid callback";
}

Powered by Google App Engine
This is Rietveld 408576698