| Index: talk/app/webrtc/webrtcsession.h
 | 
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
 | 
| index 47b49b661a28f39b25fdbcfa0ad86b141d4280a5..b580d3439b5adf4b6f57449ce977c284dfada00b 100644
 | 
| --- a/talk/app/webrtc/webrtcsession.h
 | 
| +++ b/talk/app/webrtc/webrtcsession.h
 | 
| @@ -252,7 +252,7 @@ class WebRtcSession : public cricket::BaseSession,
 | 
|    void OnDtlsSetupFailure(cricket::BaseChannel*, bool rtcp);
 | 
|  
 | 
|    // For unit test.
 | 
| -  bool waiting_for_identity() const;
 | 
| +  bool waiting_for_identity_for_testing() const;
 | 
|  
 | 
|    void set_metrics_observer(
 | 
|        webrtc::MetricsObserverInterface* metrics_observer) {
 | 
| 
 |