| Index: chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc (revision 181040)
|
| +++ chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc (working copy)
|
| @@ -144,7 +144,7 @@
|
| virtual void SendReport(
|
| const std::string& hostname,
|
| const net::SSLInfo& ssl_info,
|
| - bool sni_available) {
|
| + bool sni_available) OVERRIDE {
|
| DCHECK(!hostname.empty());
|
| DCHECK(ssl_info.is_valid());
|
| ChromeFraudulentCertificateReporter::SendReport(hostname, ssl_info,
|
|
|