Chromium Code Reviews| Index: chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittest.cc |
| diff --git a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittest.cc |
| index 3422794aefd7f752f7d6f7e637985535c6120c96..9cfce5af3d6ebbb7c10f7f5a200a4fd6ab25ea82 100644 |
| --- a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittest.cc |
| +++ b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer_win_unittest.cc |
| @@ -42,6 +42,8 @@ class MockSafeBrowsingDatabaseManager : public TestSafeBrowsingDatabaseManager { |
| MOCK_METHOD1(MatchModuleWhitelistString, bool(const std::string&)); |
| private: |
| + virtual ~MockSafeBrowsingDatabaseManager() override {} |
|
Nico
2016/02/25 21:11:28
remove virtual, else the style plugin will complai
|
| + |
| DISALLOW_COPY_AND_ASSIGN(MockSafeBrowsingDatabaseManager); |
| }; |