| Index: components/omnibox/scored_history_match.cc
|
| diff --git a/chrome/browser/autocomplete/scored_history_match.cc b/components/omnibox/scored_history_match.cc
|
| similarity index 99%
|
| rename from chrome/browser/autocomplete/scored_history_match.cc
|
| rename to components/omnibox/scored_history_match.cc
|
| index d90f930af7126127113fdb591d1c417c233364a3..2914f7d6fa3c70c8daaede215e3f3b9c955984c7 100644
|
| --- a/chrome/browser/autocomplete/scored_history_match.cc
|
| +++ b/components/omnibox/scored_history_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 "chrome/browser/autocomplete/scored_history_match.h"
|
| +#include "components/omnibox/scored_history_match.h"
|
|
|
| #include <math.h>
|
|
|
| @@ -16,8 +16,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_offset_string_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/browser/autocomplete/history_url_provider.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| +#include "components/omnibox/history_url_provider.h"
|
| #include "components/omnibox/omnibox_field_trial.h"
|
| #include "components/omnibox/url_prefix.h"
|
|
|
|
|