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

Unified Diff: chrome/test/data/History/url_history_provider_test_limited.db.txt

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. Created 8 years, 4 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
Index: chrome/test/data/History/url_history_provider_test_limited.db.txt
===================================================================
--- chrome/test/data/History/url_history_provider_test_limited.db.txt (revision 151481)
+++ chrome/test/data/History/url_history_provider_test_limited.db.txt (working copy)
@@ -1,4 +1,4 @@
/*
See url_history_provider_test.db.txt for a schema definition.
*/
-INSERT INTO "urls" VALUES(1, 'http://def.ghi?jkl=mno&pqr0123456789stu#vwx!yz=words', 'This example has 19 WORDS and 35 unique characters', 3, 1, 2, 0, 29);
+INSERT INTO "urls" VALUES(1, 'http://def.ghi?jkl=mno&pqr0123456789stu#vwx!yz=words', 'This example has 17 unique WORDS and 35 unique characters', 3, 1, 2, 0, 29);

Powered by Google App Engine
This is Rietveld 408576698