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

Unified Diff: content/browser/indexed_db/indexed_db_quota_client_unittest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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: content/browser/indexed_db/indexed_db_quota_client_unittest.cc
diff --git a/content/browser/indexed_db/indexed_db_quota_client_unittest.cc b/content/browser/indexed_db/indexed_db_quota_client_unittest.cc
index aee11440d1daa8774662e72bf53ec9e660e1fbf9..f0befd24666f6d1136a8b84854e6dbf29ce92631 100644
--- a/content/browser/indexed_db/indexed_db_quota_client_unittest.cc
+++ b/content/browser/indexed_db/indexed_db_quota_client_unittest.cc
@@ -69,7 +69,7 @@ class IndexedDBQuotaClientTest : public testing::Test {
idb_context()->set_data_path_for_testing(indexeddb_dir);
}
- virtual ~IndexedDBQuotaClientTest() {
+ ~IndexedDBQuotaClientTest() override {
FlushIndexedDBTaskRunner();
idb_context_ = NULL;
browser_context_.reset();

Powered by Google App Engine
This is Rietveld 408576698