Index: chrome/browser/history/android/android_history_provider_service_unittest.cc |
diff --git a/chrome/browser/history/android/android_history_provider_service_unittest.cc b/chrome/browser/history/android/android_history_provider_service_unittest.cc |
index 7919849063ccd9d972e6421897a5d88d9ee82420..6b882f5e159a2532c8f7ec9270a995939dfcf404 100644 |
--- a/chrome/browser/history/android/android_history_provider_service_unittest.cc |
+++ b/chrome/browser/history/android/android_history_provider_service_unittest.cc |
@@ -53,7 +53,7 @@ class AndroidHistoryProviderServiceTest : public testing::Test { |
testing_profile_->CreateBookmarkModel(true); |
ui_test_utils::WaitForBookmarkModelToLoad(testing_profile_); |
- testing_profile_->CreateHistoryService(true, false); |
+ ASSERT_TRUE(testing_profile_->CreateHistoryService(true, false)); |
service_.reset(new AndroidHistoryProviderService(testing_profile_)); |
} |