| Index: webrtc/modules/utility/source/file_recorder_impl.h
|
| diff --git a/webrtc/modules/utility/source/file_recorder_impl.h b/webrtc/modules/utility/source/file_recorder_impl.h
|
| index 44169cc267e28546d514a4e3b33de9c99fb9a6d3..96f811d49eaf90d9beebb24552fb6b7c8e8530b8 100644
|
| --- a/webrtc/modules/utility/source/file_recorder_impl.h
|
| +++ b/webrtc/modules/utility/source/file_recorder_impl.h
|
| @@ -27,7 +27,6 @@
|
| #include "webrtc/modules/utility/include/file_recorder.h"
|
| #include "webrtc/modules/utility/source/coder.h"
|
| #include "webrtc/system_wrappers/include/event_wrapper.h"
|
| -#include "webrtc/system_wrappers/include/tick_util.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -58,9 +57,7 @@ public:
|
| int32_t StopRecording() override;
|
| bool IsRecording() const override;
|
| int32_t codec_info(CodecInst& codecInst) const override;
|
| - int32_t RecordAudioToFile(
|
| - const AudioFrame& frame,
|
| - const TickTime* playoutTS = NULL) override;
|
| + int32_t RecordAudioToFile(const AudioFrame& frame) override;
|
| int32_t StartRecordingVideoFile(
|
| const char* fileName,
|
| const CodecInst& audioCodecInst,
|
|
|