Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: remoting/host/video_frame_recorder_host_extension.h

Issue 468613002: Readability review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/video_frame_recorder.cc ('k') | remoting/host/video_frame_recorder_host_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « remoting/host/video_frame_recorder.cc ('k') | remoting/host/video_frame_recorder_host_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698