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

Unified Diff: net/tools/flip_server/mem_cache.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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
Index: net/tools/flip_server/mem_cache.h
diff --git a/net/tools/flip_server/mem_cache.h b/net/tools/flip_server/mem_cache.h
index 6d311b2bdc81f384045de6a4f8988d10233b1972..87bf6f9157a5575549062ed5275e54b8ac4a1937 100644
--- a/net/tools/flip_server/mem_cache.h
+++ b/net/tools/flip_server/mem_cache.h
@@ -18,6 +18,8 @@ namespace net {
class StoreBodyAndHeadersVisitor : public BalsaVisitorInterface {
public:
+ StoreBodyAndHeadersVisitor();
+
void HandleError() { error_ = true; }
// BalsaVisitorInterface:

Powered by Google App Engine
This is Rietveld 408576698