diff options
Diffstat (limited to 'content/test/webrtc_audio_device_test.cc')
-rw-r--r-- | content/test/webrtc_audio_device_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc index f414a82..357f7fb 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 |