Index: chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc b/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
index 2bb5fb1a39d46a49aecec07c302489e79f6717de..3c80cdfbec9f1ebfe56281457dbd2202884c63c2 100644 |
--- a/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
+++ b/chrome/renderer/safe_browsing/phishing_classifier_delegate.cc |
@@ -143,7 +143,7 @@ void PhishingClassifierDelegate::OnStartPhishingDetection(const GURL& url) { |
} |
void PhishingClassifierDelegate::DidCommitProvisionalLoad( |
- blink::WebFrame* frame, bool is_new_navigation) { |
+ blink::WebLocalFrame* frame, bool is_new_navigation) { |
// A new page is starting to load, so cancel classificaiton. |
// |
// TODO(bryner): We shouldn't need to cancel classification if the navigation |