Index: trunk/src/chrome/browser/history/android/sqlite_cursor_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/history/android/sqlite_cursor_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/history/android/sqlite_cursor_unittest.cc (working copy) |
@@ -63,7 +63,7 @@ |
ui_test_utils::WaitForBookmarkModelToLoad(testing_profile_); |
testing_profile_->CreateFaviconService(); |
- ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false)); |
+ testing_profile_->CreateHistoryService(true, false); |
service_.reset(new AndroidHistoryProviderService(testing_profile_)); |
hs_ = HistoryServiceFactory::GetForProfile(testing_profile_, |
Profile::EXPLICIT_ACCESS); |