| Index: chrome/browser/bug_report_util.cc
|
| diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
|
| index 72284a055a1c300752136c6fd364e65ebe127ac9..e36991ca6f4bd3be5aa1a2d6577321daddbc42c6 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->GetController().LoadURL(
|
| + currentTab->controller().LoadURL(
|
| safe_browsing_util::GeneratePhishingReportUrl(
|
| kReportPhishingUrl, phishing_url,
|
| false /* not client-side detection */),
|
|
|