| Index: components/omnibox/autocomplete_match.cc
|
| diff --git a/components/autocomplete/autocomplete_match.cc b/components/omnibox/autocomplete_match.cc
|
| similarity index 99%
|
| rename from components/autocomplete/autocomplete_match.cc
|
| rename to components/omnibox/autocomplete_match.cc
|
| index 7aafcb1fc82ac35bedd674f0be2114357c65faf5..f1c31f2346a299c9acaec287ff46ea4ac0e258c2 100644
|
| --- a/components/autocomplete/autocomplete_match.cc
|
| +++ b/components/omnibox/autocomplete_match.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autocomplete/autocomplete_match.h"
|
| +#include "components/omnibox/autocomplete_match.h"
|
|
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/logging.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "components/autocomplete/autocomplete_provider.h"
|
| +#include "components/omnibox/autocomplete_provider.h"
|
| #include "components/search_engines/template_url.h"
|
| #include "components/search_engines/template_url_service.h"
|
| #include "grit/component_scaled_resources.h"
|
|
|