| Index: content/public/browser/web_ui_message_handler.h
|
| diff --git a/content/public/browser/web_ui_message_handler.h b/content/public/browser/web_ui_message_handler.h
|
| index ab0c8dde728e72ebcb1357c829b2eb7754acf31c..672a8ad9c93301685ca9ba240e938e3c21da8a41 100644
|
| --- a/content/public/browser/web_ui_message_handler.h
|
| +++ b/content/public/browser/web_ui_message_handler.h
|
| @@ -42,7 +42,7 @@ class CONTENT_EXPORT WebUIMessageHandler {
|
| // Adds "url" and "title" keys on incoming dictionary, setting title
|
| // as the url as a fallback on empty title.
|
| static void SetURLAndTitle(base::DictionaryValue* dictionary,
|
| - string16 title,
|
| + const string16& title,
|
| const GURL& gurl);
|
|
|
| // Extract an integer value from a list Value.
|
|
|