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

Unified Diff: components/safe_browsing_db/test_database_manager.h

Issue 2926553004: Remove trailing semicolon at the end of a method definition (Closed)
Patch Set: rebase Created 3 years, 6 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: components/safe_browsing_db/test_database_manager.h
diff --git a/components/safe_browsing_db/test_database_manager.h b/components/safe_browsing_db/test_database_manager.h
index 180723f002b17c2678c0a076d96fd6b4f4a26533..37598e6097e161b24e8220ce33b449ca9342908c 100644
--- a/components/safe_browsing_db/test_database_manager.h
+++ b/components/safe_browsing_db/test_database_manager.h
@@ -48,7 +48,7 @@ class TestSafeBrowsingDatabaseManager
void StopOnIOThread(bool shutdown) override;
protected:
- ~TestSafeBrowsingDatabaseManager() override {};
+ ~TestSafeBrowsingDatabaseManager() override {}
};
} // namespace safe_browsing

Powered by Google App Engine
This is Rietveld 408576698