| Index: webrtc/examples/peerconnection/client/conductor.cc
 | 
| diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc
 | 
| index 7c410274749a6d284ef89ff2cc8a4ae082c1a0d5..8a1b9a276e2267ea60db21b26662868f4d018aef 100644
 | 
| --- a/webrtc/examples/peerconnection/client/conductor.cc
 | 
| +++ b/webrtc/examples/peerconnection/client/conductor.cc
 | 
| @@ -15,12 +15,12 @@
 | 
|  #include <vector>
 | 
|  
 | 
|  #include "webrtc/api/test/fakeconstraints.h"
 | 
| -#include "webrtc/base/checks.h"
 | 
| -#include "webrtc/base/json.h"
 | 
| -#include "webrtc/base/logging.h"
 | 
|  #include "webrtc/examples/peerconnection/client/defaults.h"
 | 
|  #include "webrtc/media/engine/webrtcvideocapturerfactory.h"
 | 
|  #include "webrtc/modules/video_capture/video_capture_factory.h"
 | 
| +#include "webrtc/rtc_base/checks.h"
 | 
| +#include "webrtc/rtc_base/json.h"
 | 
| +#include "webrtc/rtc_base/logging.h"
 | 
|  
 | 
|  // Names used for a IceCandidate JSON object.
 | 
|  const char kCandidateSdpMidName[] = "sdpMid";
 | 
| 
 |