| Index: webrtc/modules/video_coding/generic_encoder.cc
 | 
| diff --git a/webrtc/modules/video_coding/main/source/generic_encoder.cc b/webrtc/modules/video_coding/generic_encoder.cc
 | 
| similarity index 98%
 | 
| rename from webrtc/modules/video_coding/main/source/generic_encoder.cc
 | 
| rename to webrtc/modules/video_coding/generic_encoder.cc
 | 
| index c0acac56121e0e4598a0a21ab06ab49dbfe4a7fa..c8180f35a29663267fcb7e41fcbc5f2595be010c 100644
 | 
| --- a/webrtc/modules/video_coding/main/source/generic_encoder.cc
 | 
| +++ b/webrtc/modules/video_coding/generic_encoder.cc
 | 
| @@ -12,9 +12,9 @@
 | 
|  #include "webrtc/base/logging.h"
 | 
|  #include "webrtc/base/trace_event.h"
 | 
|  #include "webrtc/engine_configurations.h"
 | 
| -#include "webrtc/modules/video_coding/main/source/encoded_frame.h"
 | 
| -#include "webrtc/modules/video_coding/main/source/generic_encoder.h"
 | 
| -#include "webrtc/modules/video_coding/main/source/media_optimization.h"
 | 
| +#include "webrtc/modules/video_coding/encoded_frame.h"
 | 
| +#include "webrtc/modules/video_coding/generic_encoder.h"
 | 
| +#include "webrtc/modules/video_coding/media_optimization.h"
 | 
|  #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
| 
 |