| Index: content/browser/renderer_host/video_capture_host_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/video_capture_host_unittest.cc (revision 87397)
|
| +++ content/browser/renderer_host/video_capture_host_unittest.cc (working copy)
|
| @@ -322,7 +322,7 @@
|
| EXPECT_CALL(*host_, OnStateChanged(kRouteId, kDeviceId,
|
| media::VideoCapture::kError))
|
| .Times(1);
|
| - VideoCaptureController::ControllerId id(kRouteId, kDeviceId);
|
| + VideoCaptureControllerID id(kRouteId, kDeviceId);
|
| host_->OnError(id);
|
| SyncWithVideoCaptureManagerThread();
|
| }
|
|
|