| Index: chrome/browser/parsers/metadata_parser.h
 | 
| diff --git a/chrome/browser/parsers/metadata_parser.h b/chrome/browser/parsers/metadata_parser.h
 | 
| index 9a8d80df45b09882428860dbc5857d93b26cbd08..97a4e8557a8056455be5eb1c2b8bf69763928d43 100644
 | 
| --- a/chrome/browser/parsers/metadata_parser.h
 | 
| +++ b/chrome/browser/parsers/metadata_parser.h
 | 
| @@ -13,7 +13,6 @@
 | 
|  class MetadataPropertyIterator {
 | 
|   public:
 | 
|    MetadataPropertyIterator() {}
 | 
| -  virtual ~MetadataPropertyIterator() {}
 | 
|  
 | 
|    // Gets the next Property in the iterator.  Returns false if at the end
 | 
|    // of the list.
 | 
| @@ -30,7 +29,6 @@ class MetadataPropertyIterator {
 | 
|  class MetadataParser {
 | 
|   public:
 | 
|    MetadataParser(const FilePath& path) {}
 | 
| -  virtual ~MetadataParser() {}
 | 
|  
 | 
|    static const char* kPropertyType;
 | 
|    static const char* kPropertyFilesize;
 | 
| 
 |