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

Unified Diff: chrome/common/extensions/manifest_tests/chrome_manifest_test.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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/common/extensions/manifest_tests/chrome_manifest_test.h
diff --git a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
index 7a71cdd51637ad5003b1a366a7adcc12d2dba1aa..0de34d4fc9beb77bb59a0576435730fca96360f2 100644
--- a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
+++ b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
@@ -18,7 +18,7 @@ class ChromeManifestTest : public extensions::ManifestTest {
virtual ~ChromeManifestTest();
// ManifestTest overrides:
- virtual base::FilePath GetTestDataDir() override;
+ base::FilePath GetTestDataDir() override;
private:
// Force the manifest tests to run as though they are on trunk, since several

Powered by Google App Engine
This is Rietveld 408576698