Index: chrome/common/child_process_info.cc |
diff --git a/chrome/common/child_process_info.cc b/chrome/common/child_process_info.cc |
index 1af0cdb300d31e2908cb740b2427e8149b89223f..87745787fa50f2047cfc4296ba055dcd3fe4f13f 100644 |
--- a/chrome/common/child_process_info.cc |
+++ b/chrome/common/child_process_info.cc |
@@ -82,7 +82,7 @@ string16 ChildProcessInfo::GetLocalizedTitle() const { |
// to avoid the wrong concatenation result similar to "!Yahoo! Mail: the |
// best web-based Email: NIGULP", in which "NIGULP" stands for the Hebrew |
// or Arabic word for "plugin". |
- base::i18n::AdjustStringForLocaleDirection(title, &title); |
+ base::i18n::AdjustStringForLocaleDirection(&title); |
switch (type_) { |
case ChildProcessInfo::UTILITY_PROCESS: |