| Index: chrome/browser/favicon/favicon_handler_delegate.h
|
| diff --git a/chrome/browser/favicon/favicon_handler_delegate.h b/chrome/browser/favicon/favicon_handler_delegate.h
|
| index db13345a456c80c58288ac120871b65987f8b0df..cbea7d77ff239034f57663d325ce51a888272485 100644
|
| --- a/chrome/browser/favicon/favicon_handler_delegate.h
|
| +++ b/chrome/browser/favicon/favicon_handler_delegate.h
|
| @@ -27,6 +27,9 @@ class FaviconHandlerDelegate {
|
|
|
| // Notifies the delegate that the favicon for the active entry was updated.
|
| virtual void NotifyFaviconUpdated() = 0;
|
| +
|
| + protected:
|
| + virtual ~FaviconHandlerDelegate() { }
|
| };
|
|
|
| #endif // CHROME_BROWSER_FAVICON_FAVICON_HANDLER_DELEGATE_H_
|
|
|