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 697d759375708b83c2bd66bead3a05fa958288f2..f92efeb7a62d453d972ab3de520d383ad9fd2201 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 { |
@@ -59,8 +58,7 @@ public: |
virtual bool IsRecording() const; |
virtual int32_t codec_info(CodecInst& codecInst) const; |
virtual int32_t RecordAudioToFile( |
- const AudioFrame& frame, |
- const TickTime* playoutTS = NULL); |
+ const AudioFrame& frame); |
virtual int32_t StartRecordingVideoFile( |
const char* fileName, |
const CodecInst& audioCodecInst, |