Index: trunk/src/chrome/browser/history/in_memory_url_index_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/history/in_memory_url_index_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/history/in_memory_url_index_unittest.cc (working copy) |
@@ -186,7 +186,7 @@ |
void InMemoryURLIndexTest::SetUp() { |
// We cannot access the database until the backend has been loaded. |
- ASSERT_TRUE(profile_.CreateHistoryService(true, false)); |
+ profile_.CreateHistoryService(true, false); |
profile_.CreateBookmarkModel(true); |
ui_test_utils::WaitForBookmarkModelToLoad(&profile_); |
profile_.BlockUntilHistoryProcessesPendingRequests(); |