diff options
Diffstat (limited to 'chrome/browser/bug_report_util.cc')
-rw-r--r-- | chrome/browser/bug_report_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc index e36991c..72284a0 100644 --- a/chrome/browser/bug_report_util.cc +++ b/chrome/browser/bug_report_util.cc @@ -363,7 +363,7 @@ void BugReportUtil::SendReport( // static void BugReportUtil::ReportPhishing(TabContents* currentTab, const std::string& phishing_url) { - currentTab->controller().LoadURL( + currentTab->GetController().LoadURL( safe_browsing_util::GeneratePhishingReportUrl( kReportPhishingUrl, phishing_url, false /* not client-side detection */), |