| Index: content/test/webrtc_audio_device_test.cc
|
| diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc
|
| index f414a82ec8e775df3b8d80a8d118c67c218b2f6b..357f7fb14e3ae3c23d700261c7716ee00baf539f 100644
|
| --- a/content/test/webrtc_audio_device_test.cc
|
| +++ b/content/test/webrtc_audio_device_test.cc
|
| @@ -430,7 +430,7 @@ std::string MAYBE_WebRTCAudioDeviceTest::GetTestDataPath(
|
| path = path.Append(file_name);
|
| EXPECT_TRUE(base::PathExists(path));
|
| #if defined(OS_WIN)
|
| - return WideToUTF8(path.value());
|
| + return base::WideToUTF8(path.value());
|
| #else
|
| return path.value();
|
| #endif
|
|
|