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

Unified Diff: webrtc/modules/audio_device/include/audio_device.h

Issue 1477013005: Replace RefCountImpl with rtc::RefCountedObject. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 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_device/include/audio_device.h
diff --git a/webrtc/modules/audio_device/include/audio_device.h b/webrtc/modules/audio_device/include/audio_device.h
index 15e08730c7a4d7961b1a46609c6e457b0dffd3e2..d8df05cec89740b1ed7a1ad79cffcd74cd44b0ac 100644
--- a/webrtc/modules/audio_device/include/audio_device.h
+++ b/webrtc/modules/audio_device/include/audio_device.h
@@ -211,9 +211,6 @@ class AudioDeviceModule : public RefCountedModule {
virtual ~AudioDeviceModule() {}
};
-AudioDeviceModule* CreateAudioDeviceModule(
- int32_t id, AudioDeviceModule::AudioLayer audioLayer);
-
} // namespace webrtc
#endif // MODULES_AUDIO_DEVICE_INCLUDE_AUDIO_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698