| Index: chrome/browser/media/webrtc/native_desktop_media_list.cc
|
| diff --git a/chrome/browser/media/webrtc/native_desktop_media_list.cc b/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
| index eb95dad40f8ff747af5a5f8bc9dfb1be1c27135d..7db6e322ad29d53c8951b99fb5d9b71c147a5eb6 100644
|
| --- a/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
| +++ b/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
| @@ -13,9 +13,8 @@
|
| #include "media/base/video_util.h"
|
| #include "third_party/libyuv/include/libyuv/scale_argb.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
|
| -#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
|
| -#include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/snapshot/snapshot.h"
|
|
|