| Index: chrome/browser/feedback/feedback_util.cc
|
| diff --git a/chrome/browser/feedback/feedback_util.cc b/chrome/browser/feedback/feedback_util.cc
|
| index 8c80d142cee8ac0c310193b7bd2fd513ffe1f864..cbbd2a338245dad878b51869eb5d6b4dff21af79 100644
|
| --- a/chrome/browser/feedback/feedback_util.cc
|
| +++ b/chrome/browser/feedback/feedback_util.cc
|
| @@ -49,6 +49,10 @@
|
|
|
| using content::WebContents;
|
|
|
| +namespace chrome {
|
| +const char kAppLauncherCategoryTag[] = "AppLauncher";
|
| +} // namespace chrome
|
| +
|
| const int kFeedbackVersion = 1;
|
|
|
| const char kReportPhishingUrl[] =
|
| @@ -457,7 +461,7 @@ void FeedbackUtil::SendReport(scoped_refptr<FeedbackData> data) {
|
| #if defined(FULL_SAFE_BROWSING)
|
| // static
|
| void FeedbackUtil::ReportPhishing(WebContents* current_tab,
|
| - const std::string& phishing_url) {
|
| + const std::string& phishing_url) {
|
| current_tab->GetController().LoadURL(
|
| safe_browsing_util::GeneratePhishingReportUrl(
|
| kReportPhishingUrl, phishing_url,
|
|
|