Index: remoting/host/video_frame_recorder_host_extension.h |
diff --git a/remoting/host/video_frame_recorder_host_extension.h b/remoting/host/video_frame_recorder_host_extension.h |
index 4a974e39ff5408aa6db3dae22d4b49f2d616585b..8bac52517db7f224c15d2b32b500c100853882b0 100644 |
--- a/remoting/host/video_frame_recorder_host_extension.h |
+++ b/remoting/host/video_frame_recorder_host_extension.h |
@@ -15,8 +15,8 @@ namespace remoting { |
// sequences of frames to run tests against. |
class VideoFrameRecorderHostExtension : public HostExtension { |
public: |
- VideoFrameRecorderHostExtension() {} |
- virtual ~VideoFrameRecorderHostExtension() {} |
+ VideoFrameRecorderHostExtension(); |
+ virtual ~VideoFrameRecorderHostExtension(); |
// Sets the maximum number of bytes that each session may record. |
void SetMaxContentBytes(int64_t max_content_bytes); |