| Index: chrome/browser/importer/importer_host.h | 
| diff --git a/chrome/browser/importer/importer_host.h b/chrome/browser/importer/importer_host.h | 
| index bb3ad0b94c4949c267c7a1a8af0209d3481564d2..90825babe754c99aa45b182a8ed991dd63830a11 100644 | 
| --- a/chrome/browser/importer/importer_host.h | 
| +++ b/chrome/browser/importer/importer_host.h | 
| @@ -81,7 +81,7 @@ class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>, | 
| virtual void Cancel(); | 
|  | 
| protected: | 
| -  ~ImporterHost(); | 
| +  virtual ~ImporterHost(); | 
|  | 
| // Returns true if importer should import to bookmark bar. | 
| bool ShouldImportToBookmarkBar(bool first_run); | 
|  |