| 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
|
|
|