Chromium Code Reviews| Index: base/stack_container_unittest.cc |
| diff --git a/base/stack_container_unittest.cc b/base/stack_container_unittest.cc |
| index e1392c1dbc7e9550c34fafab6a2cf4d10629ddb3..dd741bb83a58a98658e9328d74eade5b70f10438 100644 |
| --- a/base/stack_container_unittest.cc |
| +++ b/base/stack_container_unittest.cc |
| @@ -13,7 +13,7 @@ |
| class Dummy : public base::RefCounted<Dummy> { |
| public: |
| - explicit Dummy(int* alive) : alive_(alive) { |
| + Dummy(int* alive) : alive_(alive) { |
| ++*alive_; |
| } |