summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/update_manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/update_manifest.h')
-rw-r--r--chrome/common/extensions/update_manifest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/update_manifest.h b/chrome/common/extensions/update_manifest.h
index 16a4f01..89e0f8b 100644
--- a/chrome/common/extensions/update_manifest.h
+++ b/chrome/common/extensions/update_manifest.h
@@ -36,6 +36,9 @@ class UpdateManifest {
// The result of parsing one <app> tag in an xml update check manifest.
struct Result {
+ Result();
+ ~Result();
+
std::string extension_id;
std::string version;
std::string browser_min_version;