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

Issue 10541045: Move ScoredHistoryMatch into Its Own Set of Files (Closed)

Created:
8 years, 6 months ago by mrossetti
Modified:
8 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, James Su, brettw-cc_chromium.org, Mark P, Peter Kasting
Visibility:
Public.

Description

Move ScoredHistoryMatch into Its Own Set of Files Created scored_history_match.h/cc and moved the ScoredHistoryMatch struct therein. Moved all scoring functions into that struct. Created scored_history_match_unittest.cc and moved scoring tests therein. BUG=None TEST=All unit tests pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141004

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+891 lines, -607 lines) Patch
M chrome/browser/autocomplete/history_quick_provider.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 2 chunks +1 line, -18 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_types.h View 3 chunks +23 lines, -21 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_types.cc View 3 chunks +18 lines, -20 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 7 chunks +25 lines, -22 lines 0 comments Download
A chrome/browser/history/scored_history_match.h View 1 chunk +140 lines, -0 lines 0 comments Download
A chrome/browser/history/scored_history_match.cc View 1 chunk +472 lines, -0 lines 0 comments Download
A chrome/browser/history/scored_history_match_unittest.cc View 1 chunk +199 lines, -0 lines 0 comments Download
M chrome/browser/history/url_index_private_data.h View 5 chunks +3 lines, -84 lines 0 comments Download
M chrome/browser/history/url_index_private_data.cc View 5 chunks +2 lines, -442 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mrossetti
This is a rearranging of source code only. I have made no implementation changes other ...
8 years, 6 months ago (2012-06-07 02:02:00 UTC) #1
sky
8 years, 6 months ago (2012-06-07 03:52:43 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698