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

Unified Diff: chrome/browser/omnibox_search_hint.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
« no previous file with comments | « chrome/browser/net/url_request_slow_http_job.h ('k') | chrome/browser/plugin_data_remover.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/omnibox_search_hint.h
diff --git a/chrome/browser/omnibox_search_hint.h b/chrome/browser/omnibox_search_hint.h
index ac90c0c6befe9b660dde1fad3a63ed1a4b2260e8..452c8a67c141d034a285265d759dd6299f427844 100644
--- a/chrome/browser/omnibox_search_hint.h
+++ b/chrome/browser/omnibox_search_hint.h
@@ -23,7 +23,7 @@ class TabContentsWrapper;
class OmniboxSearchHint : public NotificationObserver {
public:
explicit OmniboxSearchHint(TabContentsWrapper* tab);
- ~OmniboxSearchHint();
+ virtual ~OmniboxSearchHint();
// NotificationObserver method:
virtual void Observe(NotificationType type,
« no previous file with comments | « chrome/browser/net/url_request_slow_http_job.h ('k') | chrome/browser/plugin_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698