Chromium Code Reviews

Unified Diff: modules/audio_device/audio_device_buffer.h

Issue 3020493002: Remove AudioDeviceObserver and make ADM not inherit from the Module interface.
Patch Set: linux build error Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: modules/audio_device/audio_device_buffer.h
diff --git a/modules/audio_device/audio_device_buffer.h b/modules/audio_device/audio_device_buffer.h
index d0eda40957b8409af178cc87383a288baa8f348c..b59779dfe238900e61a3d7c3abeab4b2a2c5e45a 100644
--- a/modules/audio_device/audio_device_buffer.h
+++ b/modules/audio_device/audio_device_buffer.h
@@ -28,8 +28,6 @@ const size_t kMaxDeltaTimeInMs = 500;
// TODO(henrika): remove when no longer used by external client.
const size_t kMaxBufferSizeBytes = 3840; // 10ms in stereo @ 96kHz
-class AudioDeviceObserver;
-
class AudioDeviceBuffer {
public:
enum LogState {

Powered by Google App Engine