| Index: chrome/common/extensions/update_manifest.cc
|
| diff --git a/chrome/common/extensions/update_manifest.cc b/chrome/common/extensions/update_manifest.cc
|
| index c75aa01b6e6d6a9a48a7be28595ad59fe8187c1b..d2ceda7814348484b6ab0e70cb511c81ecc04665 100644
|
| --- a/chrome/common/extensions/update_manifest.cc
|
| +++ b/chrome/common/extensions/update_manifest.cc
|
| @@ -19,6 +19,10 @@ static const char* kExpectedGupdateProtocol = "2.0";
|
| static const char* kExpectedGupdateXmlns =
|
| "http://www.google.com/update2/response";
|
|
|
| +UpdateManifest::Result::Result() {}
|
| +
|
| +UpdateManifest::Result::~Result() {}
|
| +
|
| UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {}
|
|
|
| UpdateManifest::Results::~Results() {}
|
|
|