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

Unified Diff: components/sync/syncable/parent_child_index_unittest.cc

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site Created 4 years, 4 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: components/sync/syncable/parent_child_index_unittest.cc
diff --git a/components/sync/syncable/parent_child_index_unittest.cc b/components/sync/syncable/parent_child_index_unittest.cc
index dc2cdcd33431436d7223cf605caf5bd66549ec46..8119c377660c66f56fc8a83a30c6ba27198c7bd5 100644
--- a/components/sync/syncable/parent_child_index_unittest.cc
+++ b/components/sync/syncable/parent_child_index_unittest.cc
@@ -27,7 +27,7 @@ class ParentChildIndexTest : public testing::Test {
void TearDown() override {
// To make memory management easier, we take ownership of all EntryKernels
// returned by our factory methods and delete them here.
- STLDeleteElements(&owned_entry_kernels_);
+ base::STLDeleteElements(&owned_entry_kernels_);
}
// Unfortunately, we can't use the regular Entry factory methods, because the
« no previous file with comments | « components/sync/syncable/on_disk_directory_backing_store.cc ('k') | components/sync/syncable/syncable_delete_journal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698