| Index: content/browser/renderer_host/media/video_capture_controller_event_handler.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/video_capture_controller_event_handler.cc (revision 164646)
|
| +++ content/browser/renderer_host/media/video_capture_controller_event_handler.cc (working copy)
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/browser/renderer_host/media/video_capture_controller_event_handler.h"
|
|
|
| +namespace content {
|
| +
|
| VideoCaptureControllerID::VideoCaptureControllerID(int did)
|
| : device_id(did) {
|
| }
|
| @@ -17,3 +19,5 @@
|
| const VideoCaptureControllerID& vc) const {
|
| return this->device_id == vc.device_id;
|
| }
|
| +
|
| +} // namespace content
|
|
|