| Index: chrome/browser/safe_browsing/malware_details_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| index 4e3593edea91191c0189cdee72b3707a9788a4fe..f7821afd67d318309c8ad36b68090866e82c7ce2 100644
|
| --- a/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
|
| @@ -138,13 +138,13 @@ class MalwareDetailsWrap : public MalwareDetails {
|
| request_context_getter_ = request_context_getter;
|
| }
|
|
|
| + private:
|
| virtual ~MalwareDetailsWrap() {}
|
| };
|
|
|
| class MockSafeBrowsingService : public SafeBrowsingService {
|
| public:
|
| MockSafeBrowsingService() {}
|
| - virtual ~MockSafeBrowsingService() {}
|
|
|
| // When the MalwareDetails is done, this is called.
|
| virtual void SendSerializedMalwareDetails(const std::string& serialized) {
|
| @@ -161,6 +161,8 @@ class MockSafeBrowsingService : public SafeBrowsingService {
|
| }
|
|
|
| private:
|
| + virtual ~MockSafeBrowsingService() {}
|
| +
|
| std::string serialized_;
|
| DISALLOW_COPY_AND_ASSIGN(MockSafeBrowsingService);
|
| };
|
|
|