| Index: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc (revision 247547)
|
| +++ trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc (working copy)
|
| @@ -361,7 +361,7 @@
|
| color_callback_.Run((SkColorSetRGB(yuv[0], yuv[1], yuv[2])));
|
| }
|
|
|
| - virtual void OnError(const std::string& reason) OVERRIDE {
|
| + virtual void OnError() OVERRIDE {
|
| error_callback_.Run();
|
| }
|
|
|
|
|