Index: chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc |
diff --git a/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc b/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc |
index 7cbe0f6e9f97731b812a30479aa9e7ecdd7a5ce6..b5951e4fbbb39371120ad301c69db22baf269069 100644 |
--- a/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc |
+++ b/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc |
@@ -24,7 +24,7 @@ class NavigationNotificationObserver : public content::NotificationObserver { |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE { |
+ const content::NotificationDetails& details) override { |
DCHECK_EQ(content::NOTIFICATION_NAV_ENTRY_COMMITTED, type); |
got_navigation_ = true; |
http_status_code_ = |