| 469 | } |
| 470 | |
| 471 | bool EndsWith(const std::string& str, const std::string& search, |
| 472 | bool case_sensitive) { |
| 473 | return EndsWithT(str, search, case_sensitive); |
| 474 | } |
| 475 | |
| 476 | bool EndsWith(const string16& str, const string16& search, |
| 477 | bool case_sensitive) { |