| Index: base/string_util.h
|
| ===================================================================
|
| --- base/string_util.h (revision 25852)
|
| +++ base/string_util.h (working copy)
|
| @@ -363,6 +363,12 @@
|
| const std::wstring& search,
|
| bool case_sensitive);
|
|
|
| +// Returns true if str ends with search, or false otherwise.
|
| +bool EndsWith(const std::wstring& str,
|
| + const std::wstring& search,
|
| + bool case_sensitive);
|
| +
|
| +
|
| // Determines the type of ASCII character, independent of locale (the C
|
| // library versions will change based on locale).
|
| template <typename Char>
|
|
|
| Property changes on: base\string_util.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/base/string_util.h:r69-2775
|
| Merged /trunk/src/base/string_util.h:r25487
|
|
|
|
|