Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: net/base/net_util_unittest.cc

Issue 11471041: Move DecodeFilenameValue and DecodeExt value into http_content_disposition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move non-net code out of net namespace. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/net_util.cc ('k') | net/http/http_content_disposition.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_unittest.cc
diff --git a/net/base/net_util_unittest.cc b/net/base/net_util_unittest.cc
index 53e32f3bda5d4728ac90c9e10af47e3b5d99c983..e4e181be3610ffec613bde748698dedb61707717 100644
--- a/net/base/net_util_unittest.cc
+++ b/net/base/net_util_unittest.cc
@@ -1179,7 +1179,7 @@ TEST(NetUtilTest, GenerateFileName) {
L"default",
L"default"
},
- // Below is a small subset of cases taken from GetFileNameFromCD test above.
+ // Below is a small subset of cases taken from HttpContentDisposition tests.
{
"http://www.google.com/",
"attachment; filename=\"%EC%98%88%EC%88%A0%20"
« no previous file with comments | « net/base/net_util.cc ('k') | net/http/http_content_disposition.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698