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

Unified Diff: tools/gn/substitution_pattern.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_pattern.h
diff --git a/tools/gn/substitution_pattern.h b/tools/gn/substitution_pattern.h
index 76edf8cbb4b996d1052ec8653ae872f070be45f1..538980660fcd63884191aa6fc8d07f0b9042f3b3 100644
--- a/tools/gn/substitution_pattern.h
+++ b/tools/gn/substitution_pattern.h
@@ -34,6 +34,7 @@ class SubstitutionPattern {
};
SubstitutionPattern();
+ SubstitutionPattern(const SubstitutionPattern& other);
~SubstitutionPattern();
// Parses the given string and fills in the pattern. The pattern must only

Powered by Google App Engine
This is Rietveld 408576698