Index: trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc (revision 213150) |
+++ trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc (working copy) |
@@ -138,7 +138,7 @@ |
profile_->CreateBookmarkModel(true); |
model_ = BookmarkModelFactory::GetForProfile(profile_.get()); |
ui_test_utils::WaitForBookmarkModelToLoad(model_); |
- ASSERT_TRUE(profile_->CreateHistoryService(true, false)); |
+ profile_->CreateHistoryService(true, false); |
extensions::TestExtensionSystem* system = |
static_cast<extensions::TestExtensionSystem*>( |
extensions::ExtensionSystem::Get(profile_.get())); |