Index: trunk/src/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/predictors/resource_prefetch_predictor_unittest.cc (working copy) |
@@ -186,7 +186,7 @@ |
void ResourcePrefetchPredictorTest::SetUp() { |
InitializeSampleData(); |
- ASSERT_TRUE(profile_->CreateHistoryService(true, false)); |
+ profile_->CreateHistoryService(true, false); |
profile_->BlockUntilHistoryProcessesPendingRequests(); |
EXPECT_TRUE(HistoryServiceFactory::GetForProfile(profile_.get(), |
Profile::EXPLICIT_ACCESS)); |