Index: media/audio/win/core_audio_util_win.h |
diff --git a/media/audio/win/core_audio_util_win.h b/media/audio/win/core_audio_util_win.h |
index e78467ec3acf6cbef91f36e2426e95485517b544..8727f97b51cd6c76be4e0a74c7c847f98b5fcc52 100644 |
--- a/media/audio/win/core_audio_util_win.h |
+++ b/media/audio/win/core_audio_util_win.h |
@@ -4,7 +4,7 @@ |
// Utility methods for the Core Audio API on Windows. |
// Always ensure that Core Audio is supported before using these methods. |
-// Use media::CoreAudioIsSupported() for this purpose. |
+// Use media::CoreAudioUtil::IsSupported() for this purpose. |
// Also, all methods must be called on a valid COM thread. This can be done |
// by using the base::win::ScopedCOMInitializer helper class. |