| Index: components/omnibox/test_scheme_classifier.cc
|
| diff --git a/components/autocomplete/test_scheme_classifier.cc b/components/omnibox/test_scheme_classifier.cc
|
| similarity index 94%
|
| rename from components/autocomplete/test_scheme_classifier.cc
|
| rename to components/omnibox/test_scheme_classifier.cc
|
| index 8eef9b0685943c938b80df0339b2ab9ab9e623d9..1ea504c978210214f2e295a45e0a819a8572fa8e 100644
|
| --- a/components/autocomplete/test_scheme_classifier.cc
|
| +++ b/components/omnibox/test_scheme_classifier.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autocomplete/test_scheme_classifier.h"
|
| #include "components/metrics/proto/omnibox_input_type.pb.h"
|
| +#include "components/omnibox/test_scheme_classifier.h"
|
| #include "net/url_request/url_request.h"
|
| #include "url/url_constants.h"
|
|
|
|
|