Index: content/browser/ssl/ssl_manager.h |
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h |
index 36849c9d4648a3ac7cd8d6b85e81aa8f338a5a17..a5c65c2142dc9fa5e42ea70981dc77a6148fc2ff 100644 |
--- a/content/browser/ssl/ssl_manager.h |
+++ b/content/browser/ssl/ssl_manager.h |
@@ -97,7 +97,7 @@ class SSLManager : public content::NotificationObserver { |
// Called on the UI thread. |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
private: |
// Entry points for notifications to which we subscribe. Note that |