| Index: webrtc/modules/video_processing/main/source/video_processing_impl.cc
 | 
| diff --git a/webrtc/modules/video_processing/main/source/video_processing_impl.cc b/webrtc/modules/video_processing/main/source/video_processing_impl.cc
 | 
| index eaaf14f6ad5183c407caf5ad7d08713b1a85ada9..904cc4c7fceaa9e0ff5327448f03238276a1fe4f 100644
 | 
| --- a/webrtc/modules/video_processing/main/source/video_processing_impl.cc
 | 
| +++ b/webrtc/modules/video_processing/main/source/video_processing_impl.cc
 | 
| @@ -7,11 +7,10 @@
 | 
|   *  in the file PATENTS.  All contributing project authors may
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
| -
 | 
| -
 | 
|  #include "webrtc/modules/video_processing/main/source/video_processing_impl.h"
 | 
| +
 | 
| +#include "webrtc/base/logging.h"
 | 
|  #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
 | 
| -#include "webrtc/system_wrappers/include/logging.h"
 | 
|  
 | 
|  #include <assert.h>
 | 
|  
 | 
| 
 |