Index: chrome/browser/safe_browsing/malware_details.h |
diff --git a/chrome/browser/safe_browsing/malware_details.h b/chrome/browser/safe_browsing/malware_details.h |
index 51dff4bbc077968b3131f61f965d7a4f29f3a23c..1575f39adc0e67eab258b5861d11ef4a83839871 100644 |
--- a/chrome/browser/safe_browsing/malware_details.h |
+++ b/chrome/browser/safe_browsing/malware_details.h |
@@ -100,7 +100,7 @@ class MalwareDetails : public base::RefCountedThreadSafe<MalwareDetails>, |
void StartCollection(); |
// Whether the url is "public" so we can add it to the report. |
- bool IsPublicUrl(const GURL& url) const; |
+ bool IsReportableUrl(const GURL& url) const; |
// Finds an existing Resource for the given url, or creates a new |
// one if not found, and adds it to |resources_|. Returns the |