Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
index 0e150d0802a496a832a00e4fe41fed045ddd4aea..80450bc6f5e8a18d5248934e46f1fa338a8687c1 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
@@ -263,7 +263,7 @@ class WebContentsCloseObserver : public content::NotificationObserver { |
// content::NotificationObserver overrides: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE { |
+ const content::NotificationDetails& details) override { |
DCHECK_EQ(type, content::NOTIFICATION_WEB_CONTENTS_DESTROYED); |
contents_ = NULL; |
} |