Chromium Code Reviews| Index: extensions/common/update_manifest.h |
| diff --git a/extensions/common/update_manifest.h b/extensions/common/update_manifest.h |
| index 6761a399e8d73cb17aa0b4efa00d5abc7ddae3f6..705b3ebd98ab407f9449b923e7cfa262037395ef 100644 |
| --- a/extensions/common/update_manifest.h |
| +++ b/extensions/common/update_manifest.h |
| @@ -64,6 +64,7 @@ class UpdateManifest { |
| static const int kNoDaystart = -1; |
| struct Results { |
| Results(); |
| + Results(const Results& other); |
| ~Results(); |
| std::vector<Result> list; |