| Index: chrome/browser/dom_ui/dom_ui_favicon_source.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/dom_ui_favicon_source.h (revision 20716)
|
| +++ chrome/browser/dom_ui/dom_ui_favicon_source.h (working copy)
|
| @@ -20,6 +20,7 @@
|
| class DOMUIFavIconSource : public ChromeURLDataManager::DataSource {
|
| public:
|
| explicit DOMUIFavIconSource(Profile* profile);
|
| + virtual ~DOMUIFavIconSource() { }
|
|
|
| // Called when the network layer has requested a resource underneath
|
| // the path we registered.
|
|
|