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