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

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

Issue 306143003: Remove the BookmarkService interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@371825.2
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « chrome/browser/history/DEPS ('k') | chrome/browser/importer/profile_writer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 46130c473d8d36852cb643a2dadab14d0e4ce579..f2d7032751f9ad1b1832152b05c1a1392632b1eb 100644
--- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
+++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
@@ -138,7 +138,7 @@ TEST_F(BookmarkModelSQLHandlerTest, UpdateHistoryToBookmark) {
ASSERT_TRUE(handler.Update(row, id_rows));
RunMessageLoopForUI();
// Get all bookmarks and verify there is only one.
- std::vector<BookmarkService::URLAndTitle> bookmarks;
+ std::vector<BookmarkModel::URLAndTitle> bookmarks;
bookmark_model_->GetBookmarks(&bookmarks);
ASSERT_EQ(1u, bookmarks.size());
EXPECT_EQ(url_row.url(), bookmarks[0].url);
« no previous file with comments | « chrome/browser/history/DEPS ('k') | chrome/browser/importer/profile_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698