Chromium Code Reviews

Unified Diff: chrome/browser/history/top_sites_database.h

Issue 3461019: FBTF: Move virtual methods to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win+chromeos+mac fixes Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine