| Index: media/audio/win/device_enumeration_win.h
|
| diff --git a/media/audio/win/device_enumeration_win.h b/media/audio/win/device_enumeration_win.h
|
| index e6485db0fa7c1717f41c7bb30a5a6dd3f718e7eb..e61a331842a742ba4bd2639a4b9f5213edda29c2 100644
|
| --- a/media/audio/win/device_enumeration_win.h
|
| +++ b/media/audio/win/device_enumeration_win.h
|
| @@ -17,7 +17,7 @@
|
| // Example record in the output list:
|
| // - device_name: "Microphone (Realtek High Definition Audio)".
|
| // - unique_id: "{0.0.1.00000000}.{8db6020f-18e3-4f25-b6f5-7726c9122574}"
|
| -// This method must be called from a COM thread using STA.
|
| +// This method must be called from a COM thread using MTA.
|
| bool GetInputDeviceNamesWin(media::AudioDeviceNames* device_names);
|
| bool GetOutputDeviceNamesWin(media::AudioDeviceNames* device_names);
|
|
|
|
|