| Index: chrome/browser/ui/webui/fileicon_source.cc
|
| diff --git a/chrome/browser/ui/webui/fileicon_source.cc b/chrome/browser/ui/webui/fileicon_source.cc
|
| index b397a76f341912d1f93268d2406c778db215ba7d..30ee3dac6131c4397e61fa0a637d1e8922306cbb 100644
|
| --- a/chrome/browser/ui/webui/fileicon_source.cc
|
| +++ b/chrome/browser/ui/webui/fileicon_source.cc
|
| @@ -30,7 +30,7 @@ void FileIconSource::StartDataRequest(const std::string& path,
|
| bool is_incognito,
|
| int request_id) {
|
| std::string escaped_path = net::UnescapeURLComponent(path,
|
| - UnescapeRule::SPACES);
|
| + net::UnescapeRule::SPACES);
|
| #if defined(OS_WIN)
|
| // The path we receive has the wrong slashes and escaping for what we need;
|
| // this only appears to matter for getting icons from .exe files.
|
|
|