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 |