Chromium Code Reviews| Index: chrome/browser/history/history_backend_unittest.cc |
| =================================================================== |
| --- chrome/browser/history/history_backend_unittest.cc (revision 30724) |
| +++ chrome/browser/history/history_backend_unittest.cc (working copy) |
| @@ -121,7 +121,7 @@ |
| backend_ = new HistoryBackend(test_dir_, |
| new HistoryBackendTestDelegate(this), |
| &bookmark_model_); |
| - backend_->Init(); |
| + backend_->Init(false); |
| } |
| virtual void TearDown() { |
| backend_->Closing(); |