| Index: components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| diff --git a/components/history/core/browser/typed_url_syncable_service_unittest.cc b/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| index 3ed3d8e166ad554a98f11c290ee5b859f260498c..749938ca5a7331117834be02aba32a50acb5a4ec 100644
|
| --- a/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| +++ b/components/history/core/browser/typed_url_syncable_service_unittest.cc
|
| @@ -226,6 +226,10 @@ class TypedUrlSyncableServiceTest : public testing::Test {
|
| fake_change_processor_.reset(new syncer::FakeSyncChangeProcessor);
|
| }
|
|
|
| + void TearDown() override {
|
| + fake_history_backend_->Closing();
|
| + }
|
| +
|
| // Starts sync for |typed_url_sync_service_| with |initial_data| as the
|
| // initial sync data.
|
| void StartSyncing(const syncer::SyncDataList& initial_data);
|
|
|