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

Unified Diff: net/tools/balsa/balsa_frame.cc

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/balsa/balsa_frame.cc
diff --git a/net/tools/balsa/balsa_frame.cc b/net/tools/balsa/balsa_frame.cc
index cbd11baeab098255f7b207c2dc321f42c505f50b..ef8fa546a6449a391ad125bfaa5f5ea0e5409bfc 100644
--- a/net/tools/balsa/balsa_frame.cc
+++ b/net/tools/balsa/balsa_frame.cc
@@ -1573,4 +1573,6 @@ size_t BalsaFrame::ProcessInput(const char* input, size_t size) {
return current - input;
}
+BalsaFrame::DoNothingBalsaVisitor::DoNothingBalsaVisitor() = default;
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698