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

Unified Diff: tools/gn/substitution_list.h

Issue 1728303003: tools/gn: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: tools/gn/substitution_list.h
diff --git a/tools/gn/substitution_list.h b/tools/gn/substitution_list.h
index f3e3c01d54cc1e220bbbf0333cfcf700302bdccb..7273eceabae9792652c203968570cf7c131914b9 100644
--- a/tools/gn/substitution_list.h
+++ b/tools/gn/substitution_list.h
@@ -14,6 +14,7 @@
class SubstitutionList {
public:
SubstitutionList();
+ SubstitutionList(const SubstitutionList& other);
~SubstitutionList();
bool Parse(const Value& value, Err* err);
« tools/gn/label.h ('K') | « tools/gn/pattern.cc ('k') | tools/gn/substitution_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698