| 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,
|
|
|