Index: chrome/common/extensions/update_manifest.h |
diff --git a/chrome/common/extensions/update_manifest.h b/chrome/common/extensions/update_manifest.h |
index 16a4f01fc0e849f457381163ab147ca812128623..89e0f8bb4357e40eb94480834049010603e1b847 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; |