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

Unified Diff: content/browser/background_sync/background_sync_service_impl_unittest.cc

Issue 2435863004: Remove stl_util's deletion function use from content/. (Closed)
Patch Set: minus service worker Created 4 years, 2 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
Index: content/browser/background_sync/background_sync_service_impl_unittest.cc
diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc
index a7f1e4681be5dfbd1273e9284cb7318c6d0b1c47..5542a2abd096d57f018580954e81f9ea8d099cc4 100644
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc
@@ -186,7 +186,7 @@ class BackgroundSyncServiceImplTest : public testing::Test {
background_sync_context_->CreateService(std::move(service_request));
base::RunLoop().RunUntilIdle();
- service_impl_ = *background_sync_context_->services_.begin();
+ service_impl_ = background_sync_context_->services_.begin()->first;
ASSERT_TRUE(service_impl_);
}
« no previous file with comments | « content/browser/background_sync/background_sync_context.cc ('k') | content/browser/devtools/protocol/tethering_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698