| Index: chrome/browser/accessibility_events.h
|
| diff --git a/chrome/browser/accessibility_events.h b/chrome/browser/accessibility_events.h
|
| index 47d50fba8e43685f9be32be23d2b9185479e0aab..e739bd5c53e8c5b73d8f62d95f21c530ad37b550 100644
|
| --- a/chrome/browser/accessibility_events.h
|
| +++ b/chrome/browser/accessibility_events.h
|
| @@ -193,7 +193,8 @@ class AccessibilityTextBoxInfo : public AccessibilityControlInfo {
|
|
|
| virtual void SerializeToDict(DictionaryValue* dict) const;
|
|
|
| - void SetValue(std::string value, int selection_start, int selection_end) {
|
| + void SetValue(
|
| + const std::string& value, int selection_start, int selection_end) {
|
| value_ = value;
|
| selection_start_ = selection_start;
|
| selection_end_ = selection_end;
|
|
|