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

Unified Diff: extensions/browser/runtime_data_unittest.cc

Issue 685503002: Standardize usage of virtual/override/final specifiers. (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: extensions/browser/runtime_data_unittest.cc
diff --git a/extensions/browser/runtime_data_unittest.cc b/extensions/browser/runtime_data_unittest.cc
index 6253f8008a5139fcff5176b84b4dd14cc64404eb..451308c9cedaec2bfcb49ed23587ba1dca21058f 100644
--- a/extensions/browser/runtime_data_unittest.cc
+++ b/extensions/browser/runtime_data_unittest.cc
@@ -32,7 +32,7 @@ scoped_refptr<Extension> CreateExtensionWithBackgroundPage() {
class RuntimeDataTest : public testing::Test {
public:
RuntimeDataTest() : registry_(NULL), runtime_data_(&registry_) {}
- virtual ~RuntimeDataTest() {}
+ ~RuntimeDataTest() override {}
protected:
ExtensionRegistry registry_;
« no previous file with comments | « extensions/browser/quota_service_unittest.cc ('k') | extensions/browser/value_store/leveldb_value_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698