Chromium Code Reviews| Index: tools/gn/label.h |
| diff --git a/tools/gn/label.h b/tools/gn/label.h |
| index 469e8b66b06b014f09c26f4063ed55fa539ef2ad..cbeb1774d440449d1db14eeaa3b8cd55862a3dbf 100644 |
| --- a/tools/gn/label.h |
| +++ b/tools/gn/label.h |
| @@ -29,6 +29,7 @@ class Label { |
| // Makes a label with an empty toolchain. |
| Label(const SourceDir& dir, const base::StringPiece& name); |
| + Label(const Label& other); |
|
tfarina
2016/02/24 19:13:48
add empty lines before and after like in Err?
|
| ~Label(); |
| // Resolives a string from a build file that may be relative to the |