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

Unified Diff: chrome/browser/webdata/web_database_migration_unittest.cc

Issue 9811022: Misc. small cleanups to minimize TemplateURL refactoring diffs: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/browser/webdata/web_database_migration_unittest.cc
===================================================================
--- chrome/browser/webdata/web_database_migration_unittest.cc (revision 128075)
+++ chrome/browser/webdata/web_database_migration_unittest.cc (working copy)
@@ -621,6 +621,8 @@
EXPECT_EQ(6245, s2.ColumnInt(14));
EXPECT_EQ(false, s2.ColumnBool(15));
EXPECT_EQ(std::string(), s2.ColumnString(16));
+ EXPECT_EQ(0, s2.ColumnInt(17));
+ EXPECT_EQ(std::string(), s2.ColumnString(18));
}
}

Powered by Google App Engine
This is Rietveld 408576698