Index: webrtc/base/asyncudpsocket.h |
diff --git a/webrtc/base/asyncudpsocket.h b/webrtc/base/asyncudpsocket.h |
index 4b47007ed79949d16405ee558d4cebfc6110b367..d72b436fa59fa6f89832262503b9b81ca58e51cf 100644 |
--- a/webrtc/base/asyncudpsocket.h |
+++ b/webrtc/base/asyncudpsocket.h |
@@ -49,6 +49,7 @@ class AsyncUDPSocket : public AsyncPacketSocket { |
int SetOption(Socket::Option opt, int value) override; |
int GetError() const override; |
void SetError(int error) override; |
+ void BindToNetwork(const Network* network) override; |
private: |
// Called when the underlying socket is ready to be read from. |