Index: chrome/browser/tabs/tab_strip_model.h |
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h |
index 5a7a89eeeb84f54f9d1ad1c2fa15c3c0b6b288b9..f778617a7035a4bba08875212390706679d0306e 100644 |
--- a/chrome/browser/tabs/tab_strip_model.h |
+++ b/chrome/browser/tabs/tab_strip_model.h |
@@ -472,7 +472,7 @@ class TabStripModel : public content::NotificationObserver { |
// Overridden from content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
// Convert a ContextMenuCommand into a browser command. Returns true if a |
// corresponding browser command exists, false otherwise. |