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

Unified Diff: components/history/core/browser/history_match.cc

Issue 371283002: Componentize HistoryMatch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/history/core/browser/history_match.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_match.cc
diff --git a/chrome/browser/autocomplete/history_provider_util.cc b/components/history/core/browser/history_match.cc
similarity index 94%
rename from chrome/browser/autocomplete/history_provider_util.cc
rename to components/history/core/browser/history_match.cc
index d6452962acdbe840e44fa8a3cea9144916cebfe8..2f51d2a79422f69863e8787066158a854aa906ae 100644
--- a/chrome/browser/autocomplete/history_provider_util.cc
+++ b/components/history/core/browser/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 "chrome/browser/autocomplete/history_provider_util.h"
+#include "components/history/core/browser/history_match.h"
#include "base/logging.h"
« no previous file with comments | « components/history/core/browser/history_match.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698