Index: base/containers/flat_set.h |
diff --git a/base/containers/flat_set.h b/base/containers/flat_set.h |
index 66b77af94800102b5336e5eff832a40d2ebb181b..7a2316a0b9553a2f04f33a3e98505790759877d6 100644 |
--- a/base/containers/flat_set.h |
+++ b/base/containers/flat_set.h |
@@ -84,6 +84,8 @@ namespace base { |
// Insert and accessor functions: |
// pair<iterator, bool> insert(const Key&); |
// pair<iterator, bool> insert(Key&&); |
+// void insert(InputIterator first, InputIterator last, |
+// FlatContainerDupes); |
// pair<iterator, bool> emplace(Args&&...); |
// iterator emplace_hint(const_iterator, Args&&...); |
// |