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

Unified Diff: extensions/common/manifest_test.h

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/common/manifest_test.h
diff --git a/extensions/common/manifest_test.h b/extensions/common/manifest_test.h
index d331a3bff368de2011fafde1ed0b5aafa1357fc1..048306eec975c4de328c10a9b09fef5a1cf9c701 100644
--- a/extensions/common/manifest_test.h
+++ b/extensions/common/manifest_test.h
@@ -22,7 +22,7 @@ namespace extensions {
class ManifestTest : public testing::Test {
public:
ManifestTest();
- virtual ~ManifestTest();
+ ~ManifestTest() override;
protected:
// Helper class that simplifies creating methods that take either a filename

Powered by Google App Engine
This is Rietveld 408576698