diff options
Diffstat (limited to 'chrome/browser/ui/webui/fileicon_source.cc')
-rw-r--r-- | chrome/browser/ui/webui/fileicon_source.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/fileicon_source.cc b/chrome/browser/ui/webui/fileicon_source.cc index cd5d936..b3ba838 100644 --- a/chrome/browser/ui/webui/fileicon_source.cc +++ b/chrome/browser/ui/webui/fileicon_source.cc @@ -29,7 +29,8 @@ FileIconSource::~FileIconSource() { void FileIconSource::StartDataRequest(const std::string& path, bool is_incognito, int request_id) { - std::string escaped_path = UnescapeURLComponent(path, UnescapeRule::SPACES); + std::string escaped_path = net::UnescapeURLComponent(path, + 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. |