Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: components/history/core/browser/typed_url_syncable_service_unittest.cc

Issue 2672753002: Refactor History's CommitLaterTask with CancelableCallback (Closed)
Patch Set: Explicitly close TestHistoryBackend. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history/core/browser/history_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/history/core/browser/history_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698