Index: chrome/browser/history/top_sites.h |
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h |
index 0ddce35af9b5ccfd134e4635bdfe207b852a442e..5423fac47b3cb9e06fe865326732257877c519d8 100644 |
--- a/chrome/browser/history/top_sites.h |
+++ b/chrome/browser/history/top_sites.h |
@@ -295,7 +295,7 @@ class TopSites |
// Implementation of content::NotificationObserver. |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
// Resets top_sites_ and updates the db (in the background). All mutations to |
// top_sites_ *must* go through this. |