| 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 25699b9078cb5656a8f0e635cd1a72c917380374..71d6ebc384cc3c4fba2cdbb882d1b58aec42591d 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.h
|
| +++ b/content/browser/renderer_host/media/video_capture_host.h
|
| @@ -36,7 +36,7 @@ class CONTENT_EXPORT VideoCaptureHost
|
| ~VideoCaptureHost() override;
|
|
|
| private:
|
| - friend class VideoCaptureHostTest;
|
| + friend class VideoCaptureTest;
|
|
|
| // VideoCaptureControllerEventHandler implementation.
|
| void OnError(VideoCaptureControllerID id) override;
|
|
|