Index: content/browser/renderer_host/media/video_capture_controller_event_handler.h |
=================================================================== |
--- content/browser/renderer_host/media/video_capture_controller_event_handler.h (revision 107671) |
+++ content/browser/renderer_host/media/video_capture_controller_event_handler.h (working copy) |
@@ -11,9 +11,10 @@ |
// ID used for identifying an object of VideoCaptureController. |
struct CONTENT_EXPORT VideoCaptureControllerID { |
- VideoCaptureControllerID(int device_id); |
+ explicit VideoCaptureControllerID(int device_id); |
bool operator<(const VideoCaptureControllerID& vc) const; |
+ bool operator==(const VideoCaptureControllerID& vc) const; |
int device_id; |
}; |