| Index: media/capture/device_monitor_mac.h
|
| diff --git a/media/capture/device_monitor_mac.h b/media/capture/device_monitor_mac.h
|
| index 1b70bd9d236db935c9fa45d22031a3192334c063..853a2ddb4bef8a4ac9a236ac80e23044538c0e55 100644
|
| --- a/media/capture/device_monitor_mac.h
|
| +++ b/media/capture/device_monitor_mac.h
|
| @@ -33,8 +33,7 @@ class MEDIA_EXPORT DeviceMonitorMac {
|
|
|
| // Method called by the internal DeviceMonitorMacImpl object
|
| // |device_monitor_impl_| when a device of type |type| has been added to or
|
| - // removed from the system. This code executes in the notification thread
|
| - // (QTKit or AVFoundation).
|
| + // removed from the system. This code executes in the notification thread.
|
| void NotifyDeviceChanged(base::SystemMonitor::DeviceType type);
|
|
|
| private:
|
|
|