Index: chrome/browser/safe_browsing/client_side_detection_host.h |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h |
index 1db9f295588eb2310668507d05f9bf818e1df823..24ca81c26f73808795deba74c62d64a58104fc25 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.h |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.h |
@@ -67,7 +67,7 @@ class ClientSideDetectionHost : public content::WebContentsObserver, |
explicit ClientSideDetectionHost(content::WebContents* tab); |
// From content::WebContentsObserver. |
- virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
// Used for testing. |
void set_safe_browsing_managers( |