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

Unified Diff: tools/gn/label_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/label_pattern.h
diff --git a/tools/gn/label_pattern.h b/tools/gn/label_pattern.h
index 5c032603ee8d90d5edf79972c9c3210bca087478..7d0768c834b08e158c95a7c875436ad25f66ef69 100644
--- a/tools/gn/label_pattern.h
+++ b/tools/gn/label_pattern.h
@@ -31,6 +31,7 @@ class LabelPattern {
const SourceDir& dir,
const base::StringPiece& name,
const Label& toolchain_label);
+ LabelPattern(const LabelPattern& other);
~LabelPattern();
// Converts the given input string to a pattern. This does special stuff
« tools/gn/label.h ('K') | « tools/gn/label.cc ('k') | tools/gn/label_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698