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

Unified Diff: components/omnibox/test_scheme_classifier.h

Issue 666133002: Standardize usage of virtual/override/final in components/ (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
« no previous file with comments | « components/omnibox/search_suggestion_parser.h ('k') | components/ownership/mock_owner_key_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/test_scheme_classifier.h
diff --git a/components/omnibox/test_scheme_classifier.h b/components/omnibox/test_scheme_classifier.h
index 32179509cf5569d7c91cfd8d85e4a6b67205ab5a..5c7701bd80996f6668d76e1fa6c6e7542c50b7fb 100644
--- a/components/omnibox/test_scheme_classifier.h
+++ b/components/omnibox/test_scheme_classifier.h
@@ -12,10 +12,10 @@
class TestSchemeClassifier : public AutocompleteSchemeClassifier {
public:
TestSchemeClassifier();
- virtual ~TestSchemeClassifier();
+ ~TestSchemeClassifier() override;
// Overridden from AutocompleteInputSchemeChecker:
- virtual metrics::OmniboxInputType::Type GetInputTypeForScheme(
+ metrics::OmniboxInputType::Type GetInputTypeForScheme(
const std::string& scheme) const override;
private:
« no previous file with comments | « components/omnibox/search_suggestion_parser.h ('k') | components/ownership/mock_owner_key_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698