| Index: components/omnibox/url_index_private_data.cc
|
| diff --git a/chrome/browser/autocomplete/url_index_private_data.cc b/components/omnibox/url_index_private_data.cc
|
| similarity index 99%
|
| rename from chrome/browser/autocomplete/url_index_private_data.cc
|
| rename to components/omnibox/url_index_private_data.cc
|
| index ed493249264c194e3ffa92b211bbd0b5dabba767..32e611f12ffe7160c5e1c75a647696f4618fc6f7 100644
|
| --- a/chrome/browser/autocomplete/url_index_private_data.cc
|
| +++ b/components/omnibox/url_index_private_data.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/url_index_private_data.h"
|
| +#include "components/omnibox/url_index_private_data.h"
|
|
|
| #include <functional>
|
| #include <iterator>
|
| @@ -19,12 +19,12 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/autocomplete/in_memory_url_index.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/history/core/browser/history_database.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/browser/history_service.h"
|
| +#include "components/omnibox/in_memory_url_index.h"
|
| #include "net/base/net_util.h"
|
|
|
| #if defined(USE_SYSTEM_PROTOBUF)
|
|
|