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

Unified Diff: chrome/browser/history/android/bookmark_model_sql_handler_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/bookmark_model_sql_handler_unittest.cc
diff --git a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
index 5977d65e7d1a6df9995660569c545e81d9b9169a..f6a13aac0bb1ea68480339fb685a17e9cb379981 100644
--- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
+++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
@@ -58,7 +58,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
FilePath history_db_name = temp_dir_.path().AppendASCII(
chrome::kHistoryFilename);
- history_db_.Init(history_db_name, temp_dir_.path());
+ history_db_.Init(history_db_name);
}
// Runs the MessageLoopForUI, and return till all pending messages were

Powered by Google App Engine
This is Rietveld 408576698