summaryrefslogtreecommitdiffstats
path: root/chrome/common/l10n_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/l10n_util.h')
-rw-r--r--chrome/common/l10n_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/l10n_util.h b/chrome/common/l10n_util.h
index 6d7166e..676c691 100644
--- a/chrome/common/l10n_util.h
+++ b/chrome/common/l10n_util.h
@@ -312,6 +312,7 @@ void SortVectorWithStringKey(const std::wstring& locale,
}
// In place sorting of strings using collation rules for |locale|.
+// TODO(port): this should take string16.
void SortStrings(const std::wstring& locale,
std::vector<std::wstring>* strings);