Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
index ba0b588aa61d7ba7f2c0868144a4f2d4f8d4a376..678287ac807fe61d30ca4da8fa75d9b9cef9f543 100644 |
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
@@ -12,7 +12,6 @@ |
#include "base/timer/timer.h" |
#include "content/browser/browser_thread_impl.h" |
#include "content/browser/frame_host/render_frame_host_impl.h" |
-#include "content/browser/media/capture/web_contents_capture_util.h" |
#include "content/browser/renderer_host/media/video_capture_buffer_pool.h" |
#include "content/browser/renderer_host/render_view_host_factory.h" |
#include "content/browser/renderer_host/render_widget_host_impl.h" |
@@ -20,6 +19,7 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "content/public/browser/render_widget_host_view_frame_subscriber.h" |
+#include "content/public/browser/web_contents_media_capture_id.h" |
qiangchen
2015/12/16 21:08:36
I did not see any essential code change in this fi
GeorgeZ
2015/12/16 22:38:40
content/public/browser/web_contents_media_capture_
qiangchen
2016/01/14 23:17:10
Acknowledged.
|
#include "content/public/test/mock_render_process_host.h" |
#include "content/public/test/test_browser_context.h" |
#include "content/public/test/test_browser_thread_bundle.h" |