summaryrefslogtreecommitdiffstats
path: root/components/history.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-02-16 08:08:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-16 16:08:51 +0000
commit5677607ede1f589bc9bb67632de0542750f0855f (patch)
tree3dc395b097406e6670885546a32a61ed9fb74a53 /components/history.gypi
parente254d9088cab0a4ecd615ab4b1773333b0956ea3 (diff)
downloadchromium_src-5677607ede1f589bc9bb67632de0542750f0855f.zip
chromium_src-5677607ede1f589bc9bb67632de0542750f0855f.tar.gz
chromium_src-5677607ede1f589bc9bb67632de0542750f0855f.tar.bz2
Componentize ScoredHistoryMatch
Change ScoredHistoryMatch to be a POD structure and introduce a new ScoredHistoryMatchBuilder to delegate the initialization of ScoredHistoryMatch to the embedder (mostly autocomplete code which is the sole client of that code). Move the ScoredHistoryMatch construction code into autocomple as it is the sole client of those values. Clean up chrome/browser/DEPS. BUG=374731, 374732 Review URL: https://codereview.chromium.org/896983003 Cr-Commit-Position: refs/heads/master@{#316487}
Diffstat (limited to 'components/history.gypi')
-rw-r--r--components/history.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/history.gypi b/components/history.gypi
index 7c1a57c..dd63f5e 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -62,6 +62,8 @@
'history/core/browser/keyword_search_term.h',
'history/core/browser/page_usage_data.cc',
'history/core/browser/page_usage_data.h',
+ 'history/core/browser/scored_history_match.cc',
+ 'history/core/browser/scored_history_match.h',
'history/core/browser/thumbnail_database.cc',
'history/core/browser/thumbnail_database.h',
'history/core/browser/top_sites.cc',