// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <stddef.h> #include <string> #include "base/strings/string_util.h" #include "build/build_config.h" #include "components/omnibox/browser/test_scheme_classifier.h" #include "third_party/metrics_proto/omnibox_input_type.pb.h" #include "url/url_constants.h" TestSchemeClassifier::TestSchemeClassifier() { … } TestSchemeClassifier::~TestSchemeClassifier() { … } metrics::OmniboxInputType TestSchemeClassifier::GetInputTypeForScheme( const std::string& scheme) const { … }