| Index: ui/base/webui/web_ui_util.cc
|
| diff --git a/ui/base/webui/web_ui_util.cc b/ui/base/webui/web_ui_util.cc
|
| index 85670e715e3be54af61161fde376dd4b5f0fda0f..9487495dd5d69d18e2813dff318198118cb63aee 100644
|
| --- a/ui/base/webui/web_ui_util.cc
|
| +++ b/ui/base/webui/web_ui_util.cc
|
| @@ -92,7 +92,7 @@ void ParsePathAndScale(const GURL& url,
|
| std::string* path,
|
| float* scale_factor) {
|
| *path = net::UnescapeURLComponent(
|
| - url.path().substr(1),
|
| + url.path().substr(1).as_string(),
|
| net::UnescapeRule::URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS |
|
| net::UnescapeRule::SPACES);
|
| if (scale_factor)
|
|
|