Index: chrome/browser/ui/omnibox/omnibox_navigation_observer.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_navigation_observer.h b/chrome/browser/ui/omnibox/omnibox_navigation_observer.h |
index 825317321272e8e5809b42052b347f0b55a1347a..0b804119c0d5ea0644e3ad2436b68e9ede6d8fa8 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_navigation_observer.h |
+++ b/chrome/browser/ui/omnibox/omnibox_navigation_observer.h |
@@ -82,8 +82,7 @@ class OmniboxNavigationObserver : public content::NotificationObserver, |
content::NavigationController::ReloadType reload_type) OVERRIDE; |
virtual void NavigationEntryCommitted( |
const content::LoadCommittedDetails& load_details) OVERRIDE; |
- virtual void WebContentsDestroyed( |
- content::WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// net::URLFetcherDelegate: |
virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |