Index: storage/common/fileapi/file_system_util.cc |
diff --git a/storage/common/fileapi/file_system_util.cc b/storage/common/fileapi/file_system_util.cc |
index f67c864af8d2337c467f963d8a88c207c860754f..98b6cc81a4be8f51a0124bcde7607de1d58b7d88 100644 |
--- a/storage/common/fileapi/file_system_util.cc |
+++ b/storage/common/fileapi/file_system_util.cc |
@@ -182,7 +182,7 @@ bool ParseFileSystemSchemeURL(const GURL& url, |
std::string path = net::UnescapeURLComponent(url.path(), |
net::UnescapeRule::SPACES | net::UnescapeRule::URL_SPECIAL_CHARS | |
- net::UnescapeRule::CONTROL_CHARS); |
+ net::UnescapeRule::SPOOFING_AND_CONTROL_CHARS); |
// Ensure the path is relative. |
while (!path.empty() && path[0] == '/') |