Chromium Code Reviews| Index: src/string.cpp |
| diff --git a/src/string.cpp b/src/string.cpp |
| index d3f29df639f488eba272245442336eb6fce0de98..238bdc0bea335800823e76755e39bc39c668d2a6 100644 |
| --- a/src/string.cpp |
| +++ b/src/string.cpp |
| @@ -27,7 +27,7 @@ template class basic_string<wchar_t>; |
| template |
| string |
| - operator+<char, char_traits<char>, allocator<char> >(char const*, string const&); |
| + operator+<char, char_traits<char>, counting_allocator<char, allocation_group::string> >(char const*, string const&); |
| namespace |
| { |