summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/malware_details_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/malware_details_unittest.cc')
-rw-r--r--chrome/browser/safe_browsing/malware_details_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
index 302ad11..cf54beb 100644
--- a/chrome/browser/safe_browsing/malware_details_unittest.cc
+++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
@@ -154,7 +154,8 @@ class MockSafeBrowsingUIManager : public SafeBrowsingUIManager {
: SafeBrowsingUIManager(NULL) {}
// When the MalwareDetails is done, this is called.
- virtual void SendSerializedMalwareDetails(const std::string& serialized) {
+ virtual void SendSerializedMalwareDetails(
+ const std::string& serialized) OVERRIDE {
DVLOG(1) << "SendSerializedMalwareDetails";
// Notify WaitForSerializedReport.
BrowserThread::PostTask(BrowserThread::IO,