| Index: webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| diff --git a/webrtc/modules/video_capture/windows/video_capture_ds.cc b/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| index 2d660558d9749059afbe55b6b143372e2aa57519..b69e50121d1a6da896b999f0e9d2e2817d6a7994 100644
|
| --- a/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| +++ b/webrtc/modules/video_capture/windows/video_capture_ds.cc
|
| @@ -13,8 +13,8 @@
|
| #include "webrtc/modules/video_capture/video_capture_config.h"
|
| #include "webrtc/modules/video_capture/windows/help_functions_ds.h"
|
| #include "webrtc/modules/video_capture/windows/sink_filter_ds.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"
|
|
|
| #include <Dvdmedia.h> // VIDEOINFOHEADER2
|
|
|
|
|