Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc |
=================================================================== |
--- chrome/browser/autocomplete/history_quick_provider_unittest.cc (revision 119730) |
+++ chrome/browser/autocomplete/history_quick_provider_unittest.cc (working copy) |
@@ -47,7 +47,7 @@ |
{"http://foo.com/dir/", "Dir", 2, 1, 10}, |
{"http://foo.com/dir/another/", "Dir", 5, 1, 0}, |
{"http://foo.com/dir/another/again/", "Dir", 5, 1, 0}, |
- {"http://foo.com/dir/another/again/myfile.html", "File", 10, 2, 0}, |
+ {"http://foo.com/dir/another/again/myfile.html", "File", 3, 2, 0}, |
{"http://visitedest.com/y/a", "VA", 10, 1, 20}, |
{"http://visitedest.com/y/b", "VB", 9, 1, 20}, |
{"http://visitedest.com/x/c", "VC", 8, 1, 20}, |
@@ -263,7 +263,7 @@ |
// Scores high because of visit count. |
expected_urls.push_back("http://foo.com/dir/another/"); |
// Scores high because of high visit count. |
- expected_urls.push_back("http://foo.com/dir/another/again/myfile.html"); |
+ expected_urls.push_back("http://foo.com/dir/another/again/"); |
RunTest(ASCIIToUTF16("foo"), expected_urls, "http://foo.com/", true, |
ASCIIToUTF16("foo.com")); |
} |