| Index: base/containers/small_map_unittest.cc
|
| diff --git a/base/containers/small_map_unittest.cc b/base/containers/small_map_unittest.cc
|
| index bc76e370397b40053db342fa7e84000599a6b2b4..f87a8f09cbf5fcc75ffa338ba48fb549f2449f22 100644
|
| --- a/base/containers/small_map_unittest.cc
|
| +++ b/base/containers/small_map_unittest.cc
|
| @@ -414,9 +414,8 @@ namespace {
|
|
|
| class hash_map_add_item : public hash_map<int, int> {
|
| public:
|
| - hash_map_add_item() : hash_map<int, int>() {}
|
| - explicit hash_map_add_item(const std::pair<int, int>& item)
|
| - : hash_map<int, int>() {
|
| + hash_map_add_item() {}
|
| + explicit hash_map_add_item(const std::pair<int, int>& item) {
|
| insert(item);
|
| }
|
| };
|
|
|