Index: chrome/browser/safe_browsing/download_protection_service.h |
diff --git a/chrome/browser/safe_browsing/download_protection_service.h b/chrome/browser/safe_browsing/download_protection_service.h |
index 5eee9396b4d8a9f1365e97b5608c98c2d55cd7b5..895dafba8df1dff4d03995f7a93535b55d62fe83 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.h |
+++ b/chrome/browser/safe_browsing/download_protection_service.h |
@@ -45,7 +45,7 @@ class DownloadProtectionService { |
bool user_initiated; |
DownloadInfo(); |
~DownloadInfo(); |
- |
+ std::string DebugString() const; |
// Creates a DownloadInfo from a DownloadItem object. |
static DownloadInfo FromDownloadItem(const DownloadItem& item); |
}; |