| Index: components/certificate_reporting/error_reporter.h
 | 
| diff --git a/components/certificate_reporting/error_reporter.h b/components/certificate_reporting/error_reporter.h
 | 
| index f0908176c580fa3a69845aac3a10b84adf47b8ce..67e4bd309f9d05328c74cd293d44fda6895bacb1 100644
 | 
| --- a/components/certificate_reporting/error_reporter.h
 | 
| +++ b/components/certificate_reporting/error_reporter.h
 | 
| @@ -68,13 +68,11 @@ class ErrorReporter {
 | 
|    // Whether sending reports over HTTP is supported.
 | 
|    static bool IsHttpUploadUrlSupported();
 | 
|  
 | 
| -#if defined(USE_OPENSSL)
 | 
|    // Used by tests.
 | 
|    static bool DecryptErrorReport(
 | 
|        const uint8_t server_private_key[32],
 | 
|        const EncryptedCertLoggerRequest& encrypted_report,
 | 
|        std::string* decrypted_serialized_report);
 | 
| -#endif
 | 
|  
 | 
|   private:
 | 
|    scoped_ptr<net::CertificateReportSender> certificate_report_sender_;
 | 
| 
 |