Index: webrtc/api/peerconnectioninterface.h |
diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h |
index a2e5e1bc73e123082ed4c6ccc0c7e0a498f679f4..69bae293bf853a665614f7104ec0e038bcd78b1b 100644 |
--- a/webrtc/api/peerconnectioninterface.h |
+++ b/webrtc/api/peerconnectioninterface.h |
@@ -68,7 +68,6 @@ |
#define WEBRTC_API_PEERCONNECTIONINTERFACE_H_ |
#include <memory> |
-#include <ostream> |
#include <string> |
#include <utility> |
#include <vector> |
@@ -901,7 +900,7 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface { |
virtual rtc::scoped_refptr<MediaStreamInterface> |
CreateLocalMediaStream(const std::string& label) = 0; |
- // Creates a AudioSourceInterface. |
+ // Creates an AudioSourceInterface. |
// |options| decides audio processing settings. |
virtual rtc::scoped_refptr<AudioSourceInterface> CreateAudioSource( |
const cricket::AudioOptions& options) = 0; |