Index: chrome/browser/autocomplete/history_contents_provider_unittest.cc |
=================================================================== |
--- chrome/browser/autocomplete/history_contents_provider_unittest.cc (revision 30724) |
+++ chrome/browser/autocomplete/history_contents_provider_unittest.cc (working copy) |
@@ -54,7 +54,7 @@ |
// testing::Test |
virtual void SetUp() { |
profile_.reset(new TestingProfile()); |
- profile_->CreateHistoryService(false); |
+ profile_->CreateHistoryService(false, false); |
HistoryService* history_service = |
profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); |