diff options
Diffstat (limited to 'chrome/common/extensions/update_manifest.h')
-rw-r--r-- | chrome/common/extensions/update_manifest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/update_manifest.h b/chrome/common/extensions/update_manifest.h index 7c22d6f..16a4f01 100644 --- a/chrome/common/extensions/update_manifest.h +++ b/chrome/common/extensions/update_manifest.h @@ -45,6 +45,9 @@ class UpdateManifest { static const int kNoDaystart = -1; struct Results { + Results(); + ~Results(); + std::vector<Result> list; // This will be >= 0, or kNoDaystart if the <daystart> tag was not present. int daystart_elapsed_seconds; |