Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: chrome/browser/history/top_sites_unittest.cc

Issue 10071032: RefCounted types should not have public destructors, chrome/browser/ part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/top_sites_unittest.cc
diff --git a/chrome/browser/history/top_sites_unittest.cc b/chrome/browser/history/top_sites_unittest.cc
index a5e9eee453dcc0706edc707d6641da296fe7db6a..006e3e756e87b5f7a7e5e5b644f979fcb0b855d7 100644
--- a/chrome/browser/history/top_sites_unittest.cc
+++ b/chrome/browser/history/top_sites_unittest.cc
@@ -58,6 +58,8 @@ class WaitForHistoryTask : public HistoryDBTask {
}
private:
+ virtual ~WaitForHistoryTask() {}
+
DISALLOW_COPY_AND_ASSIGN(WaitForHistoryTask);
};

Powered by Google App Engine
This is Rietveld 408576698