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

Unified Diff: chrome/browser/autocomplete/scored_history_match.cc

Issue 963823003: Move InMemoryURLIndex into chrome/browser/autocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcut-database
Patch Set: Fixing win_chromium_x64_rel_ng build Created 5 years, 9 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
Index: chrome/browser/autocomplete/scored_history_match.cc
diff --git a/components/history/core/browser/scored_history_match.cc b/chrome/browser/autocomplete/scored_history_match.cc
similarity index 97%
rename from components/history/core/browser/scored_history_match.cc
rename to chrome/browser/autocomplete/scored_history_match.cc
index 86f4fd19c789c5a40213a873ed18c4365cafc8c6..93c150381bcd17820899cc2752c30cc52a33e522 100644
--- a/components/history/core/browser/scored_history_match.cc
+++ b/chrome/browser/autocomplete/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 "components/history/core/browser/scored_history_match.h"
+#include "chrome/browser/autocomplete/scored_history_match.h"
namespace history {
« no previous file with comments | « chrome/browser/autocomplete/scored_history_match.h ('k') | chrome/browser/autocomplete/scored_history_match_builder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698