| Index: webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm
|
| diff --git a/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm b/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm
|
| index 561d71fc37a593d2ae0c856853b5cd764b578376..5b017fecc0c146ed160650296aa0dbc5b8ae1e80 100644
|
| --- a/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm
|
| +++ b/webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.mm
|
| @@ -14,8 +14,8 @@
|
| #include "webrtc/modules/video_render/mac/cocoa_render_view.h"
|
| #include "webrtc/modules/video_render/mac/video_render_mac_cocoa_impl.h"
|
| #include "webrtc/modules/video_render/mac/video_render_nsopengl.h"
|
| -#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/trace.h"
|
| +#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/trace.h"
|
|
|
| namespace webrtc {
|
|
|
|
|