| Index: webrtc/media/base/fakemediaengine.h
 | 
| diff --git a/webrtc/media/base/fakemediaengine.h b/webrtc/media/base/fakemediaengine.h
 | 
| index 45603178edafe0b807af00e059f39d040b8569d0..6470624061a763da903d6e3ad2b11fef9d18cc55 100644
 | 
| --- a/webrtc/media/base/fakemediaengine.h
 | 
| +++ b/webrtc/media/base/fakemediaengine.h
 | 
| @@ -806,7 +806,7 @@ class FakeVideoEngine : public FakeBaseEngine {
 | 
|    FakeVideoEngine() : capture_(false) {
 | 
|      // Add a fake video codec. Note that the name must not be "" as there are
 | 
|      // sanity checks against that.
 | 
| -    codecs_.push_back(VideoCodec(0, "fake_video_codec", 0, 0, 0));
 | 
| +    codecs_.push_back(VideoCodec(0, "fake_video_codec"));
 | 
|    }
 | 
|    void Init() {}
 | 
|    bool SetOptions(const VideoOptions& options) {
 | 
| 
 |