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

Unified Diff: components/omnibox/scored_history_match_unittest.cc

Issue 1181113005: Componentize HistoryURLProvider/ScoredHistoryMatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prepare_history_url_provider_for_c14n
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/scored_history_match.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/scored_history_match_unittest.cc
diff --git a/chrome/browser/autocomplete/scored_history_match_unittest.cc b/components/omnibox/scored_history_match_unittest.cc
similarity index 99%
rename from chrome/browser/autocomplete/scored_history_match_unittest.cc
rename to components/omnibox/scored_history_match_unittest.cc
index cb1e57811073edef56364eb59aec06b82c2db1fa..5714bcc896ebd6c786e8a9bc3547669858778828 100644
--- a/chrome/browser/autocomplete/scored_history_match_unittest.cc
+++ b/components/omnibox/scored_history_match_unittest.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 <algorithm>
« no previous file with comments | « components/omnibox/scored_history_match.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698