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

Unified Diff: chrome/browser/history/android/android_urls_database_unittest.cc

Issue 10870029: Remove legacy migration code that coupled history and bookmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More android fixes. 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/browser/history/android/android_urls_database_unittest.cc
diff --git a/chrome/browser/history/android/android_urls_database_unittest.cc b/chrome/browser/history/android/android_urls_database_unittest.cc
index 8650c5520a438f492eb476af5ba5a0ca35c1bbf6..662f6fa64c82545d02226a439d2037b02b81cb71 100644
--- a/chrome/browser/history/android/android_urls_database_unittest.cc
+++ b/chrome/browser/history/android/android_urls_database_unittest.cc
@@ -45,7 +45,7 @@ class AndroidURLsMigrationTest : public HistoryUnitTestBase {
TEST_F(AndroidURLsMigrationTest, MigrateToVersion22) {
HistoryDatabase db;
- ASSERT_EQ(sql::INIT_OK, db.Init(history_db_name_, profile_->GetPath()));
+ ASSERT_EQ(sql::INIT_OK, db.Init(history_db_name_));
// Migration has done.
// The column of previous table shouldn't exist.
EXPECT_FALSE(db.GetDB().DoesColumnExist("android_urls", "bookmark"));

Powered by Google App Engine
This is Rietveld 408576698