| Index: content/test/webrtc_audio_device_test.h
|
| diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
|
| index 2e52e94bbad34a49d51b9a9177f65c6ffb385fdd..3f10bb6a8910e06b0f8f5cc9740434c1a5ca6951 100644
|
| --- a/content/test/webrtc_audio_device_test.h
|
| +++ b/content/test/webrtc_audio_device_test.h
|
| @@ -149,7 +149,7 @@ class WebRTCAudioDeviceTest : public ::testing::Test, public IPC::Listener {
|
| return *media_internals_.get();
|
| }
|
|
|
| - std::string GetTestDataPath(const FilePath::StringType& file_name);
|
| + std::string GetTestDataPath(const base::FilePath::StringType& file_name);
|
|
|
| scoped_ptr<ReplaceContentClientRenderer> saved_content_renderer_;
|
| MessageLoopForUI message_loop_;
|
|
|