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

Unified Diff: chrome/browser/history/in_memory_url_index_types_unittest.cc

Issue 306963002: Omnibox: HistoryQuick Provider: Index Farther Into URL and Title (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 7 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 | « chrome/browser/history/in_memory_url_index_types.h ('k') | chrome/browser/history/url_index_private_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/in_memory_url_index_types_unittest.cc
diff --git a/chrome/browser/history/in_memory_url_index_types_unittest.cc b/chrome/browser/history/in_memory_url_index_types_unittest.cc
index f45481c023853f338a3df4c2d1b2a7b0868a9ce9..874fc62232bfb819c1611b4a34f5e84d0ada5e00 100644
--- a/chrome/browser/history/in_memory_url_index_types_unittest.cc
+++ b/chrome/browser/history/in_memory_url_index_types_unittest.cc
@@ -69,7 +69,7 @@ TEST_F(InMemoryURLIndexTypesTest, StaticFunctions) {
string_vec = String16VectorFromString16(string_c, false, &actual_starts_c);
ASSERT_EQ(8U, string_vec.size());
// Note that we stop collecting words and word starts at kMaxSignificantChars.
- size_t expected_starts_c[] = {1, 7, 16, 22, 32, 43};
+ size_t expected_starts_c[] = {1, 7, 16, 22, 32, 43, 52, 55};
EXPECT_TRUE(IntArraysEqual(expected_starts_c, arraysize(expected_starts_c),
actual_starts_c));
« no previous file with comments | « chrome/browser/history/in_memory_url_index_types.h ('k') | chrome/browser/history/url_index_private_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698