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

Unified Diff: remoting/base/encoder_zlib.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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 | « net/url_request/view_cache_helper.cc ('k') | remoting/base/encoder_zlib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/encoder_zlib.h
diff --git a/remoting/base/encoder_zlib.h b/remoting/base/encoder_zlib.h
index 6ed8365080909308d97c3e12d74c80d0befb3517..3d0a13e401925308600da246861416e6778d9f4c 100644
--- a/remoting/base/encoder_zlib.h
+++ b/remoting/base/encoder_zlib.h
@@ -20,7 +20,7 @@ class EncoderZlib : public Encoder {
EncoderZlib();
EncoderZlib(int packet_size);
- virtual ~EncoderZlib() {}
+ virtual ~EncoderZlib();
virtual void Encode(scoped_refptr<CaptureData> capture_data,
bool key_frame,
« no previous file with comments | « net/url_request/view_cache_helper.cc ('k') | remoting/base/encoder_zlib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698