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

Unified Diff: components/omnibox/in_memory_url_index.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/in_memory_url_index.h ('k') | components/omnibox/in_memory_url_index_cache.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/in_memory_url_index.cc
diff --git a/chrome/browser/autocomplete/in_memory_url_index.cc b/components/omnibox/in_memory_url_index.cc
similarity index 99%
rename from chrome/browser/autocomplete/in_memory_url_index.cc
rename to components/omnibox/in_memory_url_index.cc
index bd0a33c19e3d58e91eaa5e57ae24d015e481d53e..cdcb7a32ec56aef11d426bbf6a54e21d088ae561 100644
--- a/chrome/browser/autocomplete/in_memory_url_index.cc
+++ b/components/omnibox/in_memory_url_index.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autocomplete/in_memory_url_index.h"
+#include "components/omnibox/in_memory_url_index.h"
#include "base/files/file_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/trace_event/trace_event.h"
-#include "chrome/browser/autocomplete/url_index_private_data.h"
#include "components/history/core/browser/history_service.h"
#include "components/history/core/browser/url_database.h"
+#include "components/omnibox/url_index_private_data.h"
using in_memory_url_index::InMemoryURLIndexCacheItem;
« no previous file with comments | « components/omnibox/in_memory_url_index.h ('k') | components/omnibox/in_memory_url_index_cache.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698