Index: chrome/browser/user_style_sheet_watcher.h |
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h |
index 4fd02438f8b8a092a1edaba81c01025f7e8203b3..91b0faee8010878da9b441aaefe1650dc48bb1c3 100644 |
--- a/chrome/browser/user_style_sheet_watcher.h |
+++ b/chrome/browser/user_style_sheet_watcher.h |
@@ -35,7 +35,7 @@ class UserStyleSheetWatcher |
// content::NotificationObserver interface |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
private: |
friend struct content::BrowserThread::DeleteOnThread< |