Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: chrome/browser/extensions/activity_log/ad_injection_unittest.cc

Issue 666153002: Standardize usage of virtual/override/final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698