Index: webrtc/call/call.cc |
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc |
index 4d758d99a62662e25fccafa1e496a1fdd621fe6b..441de87ef4983fc7ee0fd0c88486d3828bbf04b5 100644 |
--- a/webrtc/call/call.cc |
+++ b/webrtc/call/call.cc |
@@ -126,7 +126,7 @@ class Call : public webrtc::Call, public PacketReceiver, |
Call::Config config_; |
rtc::ThreadChecker configuration_thread_checker_; |
- bool network_enabled_; |
+ bool network_enabled_; |
rtc::scoped_ptr<RWLockWrapper> receive_crit_; |
// Audio and Video receive streams are owned by the client that creates them. |