Index: chrome/browser/history/top_sites_database.h |
diff --git a/chrome/browser/history/top_sites_database.h b/chrome/browser/history/top_sites_database.h |
index 57a110e20c6af568520005dd2f8e6de767ff2e1b..edfb4e5e6f7c43187758af34f0b3743ed58a8d95 100644 |
--- a/chrome/browser/history/top_sites_database.h |
+++ b/chrome/browser/history/top_sites_database.h |
@@ -66,7 +66,7 @@ class TopSitesDatabase { |
class TopSitesDatabaseImpl : public TopSitesDatabase { |
public: |
TopSitesDatabaseImpl(); |
- ~TopSitesDatabaseImpl() {} |
+ virtual ~TopSitesDatabaseImpl(); |
// Must be called after creation but before any other methods are called. |
// Returns true on success. If false, no other functions should be called. |