| Index: content/test/mock_google_streaming_server.cc
|
| diff --git a/content/test/mock_google_streaming_server.cc b/content/test/mock_google_streaming_server.cc
|
| index 3484ca3fba003108933d84a373f1b1966ea0cad5..44b48d06db1914e0725cdb7cf5e26950565268be 100644
|
| --- a/content/test/mock_google_streaming_server.cc
|
| +++ b/content/test/mock_google_streaming_server.cc
|
| @@ -46,9 +46,9 @@ void MockGoogleStreamingServer::OnRequestStart(int fetcher_id) {
|
| // Extract request argument from the the request URI.
|
| std::string query = GetURLFetcher(true)->GetOriginalURL().query();
|
| const net::UnescapeRule::Type kUnescapeAll =
|
| - net::UnescapeRule::NORMAL |
|
| - net::UnescapeRule::SPACES |
|
| - net::UnescapeRule::URL_SPECIAL_CHARS |
|
| + net::UnescapeRule::NORMAL | net::UnescapeRule::SPACES |
|
| + net::UnescapeRule::PATH_SEPARATORS |
|
| + net::UnescapeRule::URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS |
|
| net::UnescapeRule::REPLACE_PLUS_WITH_SPACE;
|
| for (const base::StringPiece& query_param :
|
| base::SplitStringPiece(query, "&", base::KEEP_WHITESPACE,
|
|
|