Index: content/renderer/media/media_stream_audio_processor_options.cc |
diff --git a/content/renderer/media/media_stream_audio_processor_options.cc b/content/renderer/media/media_stream_audio_processor_options.cc |
index add7f957c8695b7e120a3501f84c0cf869b11ccb..5aa01599262dc219854a6644dc7bb047f6105604 100644 |
--- a/content/renderer/media/media_stream_audio_processor_options.cc |
+++ b/content/renderer/media/media_stream_audio_processor_options.cc |
@@ -80,7 +80,7 @@ void StartAecDump(AudioProcessing* audio_processing) { |
base::FilePath file = path.Append(FILE_PATH_LITERAL("audio.aecdump")); |
#if defined(OS_WIN) |
- const std::string file_name = WideToUTF8(file.value()); |
+ const std::string file_name = base::WideToUTF8(file.value()); |
#else |
const std::string file_name = file.value(); |
#endif |