Index: chrome/browser/bookmarks/bookmark_html_writer.h |
diff --git a/chrome/browser/bookmarks/bookmark_html_writer.h b/chrome/browser/bookmarks/bookmark_html_writer.h |
index fc66d3c761f37d8f173ca08c89c9f71c7db58e28..6342281c44e9da143626b45c2424b1abb76d5416 100644 |
--- a/chrome/browser/bookmarks/bookmark_html_writer.h |
+++ b/chrome/browser/bookmarks/bookmark_html_writer.h |
@@ -48,7 +48,7 @@ class BookmarkFaviconFetcher: public content::NotificationObserver { |
// content::NotificationObserver implementation. |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
private: |
// Recursively extracts URLs from bookmarks. |