| Index: content/browser/renderer_host/media/video_capture_device_client.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_device_client.h b/content/browser/renderer_host/media/video_capture_device_client.h
|
| index c5447ca18e74eed9969270fb657a72e2aefd87f6..ed644813ff2043a967dcecf1ac1bc56fbaa80b68 100644
|
| --- a/content/browser/renderer_host/media/video_capture_device_client.h
|
| +++ b/content/browser/renderer_host/media/video_capture_device_client.h
|
| @@ -14,7 +14,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/common/content_export.h"
|
| -#include "media/capture/video/video_capture_device.h"
|
| +#include "device/capture/video/video_capture_device.h"
|
|
|
| namespace content {
|
| class VideoCaptureBufferPool;
|
| @@ -36,7 +36,7 @@ class VideoCaptureGpuJpegDecoder;
|
| // manages the necessary entities to interact with the GPU process, notably an
|
| // offscreen Context to avoid janking the UI thread.
|
| class CONTENT_EXPORT VideoCaptureDeviceClient
|
| - : public media::VideoCaptureDevice::Client,
|
| + : public device::VideoCaptureDevice::Client,
|
| public base::SupportsWeakPtr<VideoCaptureDeviceClient> {
|
| public:
|
| VideoCaptureDeviceClient(
|
|
|