| Index: base/system_monitor/system_monitor.h
|
| diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h
|
| index 8cfe5e94ec1d77abcf427292b5e94ae2480ad9d5..2fa5aec2f76371a0a1eed987bc50b9dea264aaef 100644
|
| --- a/base/system_monitor/system_monitor.h
|
| +++ b/base/system_monitor/system_monitor.h
|
| @@ -20,9 +20,9 @@ class BASE_EXPORT SystemMonitor {
|
| public:
|
| // Type of devices whose change need to be monitored, such as add/remove.
|
| enum DeviceType {
|
| - DEVTYPE_AUDIO_CAPTURE, // Audio capture device, e.g., microphone.
|
| + DEVTYPE_AUDIO, // Audio device, e.g., microphone.
|
| DEVTYPE_VIDEO_CAPTURE, // Video capture device, e.g., webcam.
|
| - DEVTYPE_UNKNOWN, // Other devices.
|
| + DEVTYPE_UNKNOWN, // Other devices.
|
| };
|
|
|
| // Create SystemMonitor. Only one SystemMonitor instance per application
|
|
|