| 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 b5dfebcdb715dac034bd340d1af0d1af258bafec..65e275cbe57885b039eddb8a4c2679b2c7544da6 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -75,7 +75,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| virtual void OnReadyToDelete(const VideoCaptureControllerID& id);
|
|
|
| private:
|
| - friend class BrowserThread;
|
| + friend class content::BrowserThread;
|
| friend class DeleteTask<VideoCaptureHost>;
|
| friend class MockVideoCaptureHost;
|
| friend class VideoCaptureHostTest;
|
|
|