| 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 b5951e4fbbb39371120ad301c69db22baf269069..8feb0e496d2664d96733869d9b894d4f8094ffd8 100644
|
| --- a/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/chrome_url_data_manager_browsertest.cc
|
| @@ -22,9 +22,9 @@ class NavigationNotificationObserver : public content::NotificationObserver {
|
| content::NotificationService::AllSources());
|
| }
|
|
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override {
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override {
|
| DCHECK_EQ(content::NOTIFICATION_NAV_ENTRY_COMMITTED, type);
|
| got_navigation_ = true;
|
| http_status_code_ =
|
|
|