Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2387)

Unified Diff: components/omnibox/url_index_private_data.cc

Issue 1182113009: Componentize HistoryQuickProvider and its supporting cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/url_index_private_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/omnibox/url_index_private_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698