| 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 0b61b6d399e4a52e95f7917090a201793865b81e..4d334a63b36e7d746e9caaabb8f1634933e40998 100644 | 
| --- a/chrome/browser/safe_browsing/download_protection_service.h | 
| +++ b/chrome/browser/safe_browsing/download_protection_service.h | 
| @@ -171,7 +171,7 @@ class DownloadProtectionService { | 
| std::vector<std::string>* whitelist_strings); | 
|  | 
| // Returns the URL that will be used for download requests. | 
| -  static std::string GetDownloadRequestUrl(); | 
| +  static GURL GetDownloadRequestUrl(); | 
|  | 
| // These pointers may be NULL if SafeBrowsing is disabled. | 
| scoped_refptr<SafeBrowsingUIManager> ui_manager_; | 
|  |