Index: webrtc/modules/video_coding/codecs/vp8/include/vp8.h |
diff --git a/webrtc/modules/video_coding/codecs/vp8/include/vp8.h b/webrtc/modules/video_coding/codecs/vp8/include/vp8.h |
index ab22db358f12bd5348fc332821f0d9cae27f0abe..dd3514235d4862a9614e340e6738a750b23c8ee0 100644 |
--- a/webrtc/modules/video_coding/codecs/vp8/include/vp8.h |
+++ b/webrtc/modules/video_coding/codecs/vp8/include/vp8.h |
@@ -21,16 +21,15 @@ class VP8Encoder : public VideoEncoder { |
public: |
static VP8Encoder* Create(); |
- virtual ~VP8Encoder() {}; |
+ virtual ~VP8Encoder() {} |
}; // end of VP8Encoder class |
- |
class VP8Decoder : public VideoDecoder { |
public: |
static VP8Decoder* Create(); |
- virtual ~VP8Decoder() {}; |
+ virtual ~VP8Decoder() {} |
}; // end of VP8Decoder class |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_VP8_INCLUDE_VP8_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_VP8_INCLUDE_VP8_H_ |