Index: components/omnibox/keyword_provider_unittest.cc |
diff --git a/components/omnibox/keyword_provider_unittest.cc b/components/omnibox/keyword_provider_unittest.cc |
index 8dd34797cd3b36ebe19083400e42194abe6f68a2..dd550d417af46eae8bd8572b058b521efe533efe 100644 |
--- a/components/omnibox/keyword_provider_unittest.cc |
+++ b/components/omnibox/keyword_provider_unittest.cc |
@@ -22,7 +22,7 @@ namespace { |
class TestingSchemeClassifier : public AutocompleteSchemeClassifier { |
public: |
virtual metrics::OmniboxInputType::Type GetInputTypeForScheme( |
- const std::string& scheme) const OVERRIDE { |
+ const std::string& scheme) const override { |
if (net::URLRequest::IsHandledProtocol(scheme)) |
return metrics::OmniboxInputType::URL; |
return metrics::OmniboxInputType::INVALID; |