Chromium Code Reviews| Index: content/browser/renderer_host/media/media_stream_settings_requester.h |
| =================================================================== |
| --- content/browser/renderer_host/media/media_stream_settings_requester.h (revision 91097) |
| +++ content/browser/renderer_host/media/media_stream_settings_requester.h (working copy) |
| @@ -27,7 +27,7 @@ |
| const StreamDeviceInfoArray& devices) = 0; |
| // An error for specified |request_id| has occurred. |
| - virtual void Error(const std::string& label) = 0; |
| + virtual void SettingsError(const std::string& label) = 0; |
| protected: |
| virtual ~SettingsRequester() {} |