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 529f98264f7724e59c3e9bcb13cd6bdb6fbb043a..5d3f884d0739580d9916f8c42824e1459dda31dc 100644 |
--- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc |
+++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc |
@@ -53,7 +53,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test { |
ASSERT_TRUE(bookmark_model_); |
// Get the BookmarkModel from LastUsedProfile, this is the same way that |
// how the BookmarkModelSQLHandler gets the BookmarkModel. |
- Profile* profile = ProfileManager::GetLastUsedProfile(); |
+ Profile* profile = profile_manager_.GetLastUsedProfile(); |
ASSERT_TRUE(profile); |
// Create the directory for history database. |