| Index: chrome/browser/webdata/web_database_migration_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/webdata/web_database_migration_unittest.cc (revision 133948)
|
| +++ chrome/browser/webdata/web_database_migration_unittest.cc (working copy)
|
| @@ -226,7 +226,7 @@
|
| // Check that expected tables are present.
|
| EXPECT_TRUE(connection.DoesTableExist("meta"));
|
| EXPECT_TRUE(connection.DoesTableExist("keywords"));
|
| - EXPECT_TRUE(connection.DoesTableExist("logins"));
|
| + EXPECT_FALSE(connection.DoesTableExist("logins")); // This one is obsolete.
|
| EXPECT_TRUE(connection.DoesTableExist("web_app_icons"));
|
| EXPECT_TRUE(connection.DoesTableExist("web_apps"));
|
| EXPECT_TRUE(connection.DoesTableExist("autofill"));
|
|
|