| Index: content/browser/renderer_host/media/video_capture_host.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
|
| index 5ac47e9cb45b9141aa5bbac801e3ce3888ac9bd2..26f190094c5cf11e9cb218a9baac68bb13d9bfbb 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -39,6 +39,7 @@
|
| #include <map>
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/message_loop_helpers.h"
|
| #include "content/browser/renderer_host/media/video_capture_controller.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| @@ -76,7 +77,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
|
|
| private:
|
| friend class content::BrowserThread;
|
| - friend class DeleteTask<VideoCaptureHost>;
|
| + friend class base::DeleteHelper<VideoCaptureHost>;
|
| friend class MockVideoCaptureHost;
|
| friend class VideoCaptureHostTest;
|
|
|
|
|