| Index: chrome/browser/extensions/activity_log/ad_injection_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/ad_injection_unittest.cc b/chrome/browser/extensions/activity_log/ad_injection_unittest.cc
|
| index d723efc0fbae919217c63d3c1dec68e0ff62f461..e8accd8b78777bea857387cb62e31d86f89a5878 100644
|
| --- a/chrome/browser/extensions/activity_log/ad_injection_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/ad_injection_unittest.cc
|
| @@ -36,7 +36,7 @@ scoped_refptr<Action> CreateAction(const std::string& api_name,
|
| class TestRapporService : public rappor::RapporService {
|
| public:
|
| TestRapporService();
|
| - virtual ~TestRapporService();
|
| + ~TestRapporService() override;
|
|
|
| // Returns the active reports. This also clears the internal map of metrics
|
| // as a biproduct, so if comparing numbers of reports, the comparison should
|
|
|