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

Unified Diff: webrtc/modules/audio_mixer/audio_mixer.h

Issue 2294263002: Fix style guide issues in audio mixer. (Closed)
Patch Set: Rebase. Created 4 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: webrtc/modules/audio_mixer/audio_mixer.h
diff --git a/webrtc/modules/audio_mixer/audio_mixer.h b/webrtc/modules/audio_mixer/audio_mixer.h
index 080fc141d87e1d9ee82e563bf3ea9104b52e7c6e..6f0329b658d7bbc781dd7e0f91c200c4fac461cf 100644
--- a/webrtc/modules/audio_mixer/audio_mixer.h
+++ b/webrtc/modules/audio_mixer/audio_mixer.h
@@ -28,7 +28,6 @@ class AudioMixer {
kWbInHz = 16000,
kSwbInHz = 32000,
kFbInHz = 48000,
- kLowestPossible = -1,
kDefaultFrequency = kWbInHz
};
@@ -70,6 +69,9 @@ class AudioMixer {
protected:
AudioMixer() {}
+
+ private:
+ RTC_DISALLOW_COPY_AND_ASSIGN(AudioMixer);
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698