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

Unified Diff: webrtc/base/pathutils_unittest.cc

Issue 2572703002: Delete method Pathname::url and base/urlencode* (Closed)
Patch Set: Created 4 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 | « webrtc/base/pathutils.cc ('k') | webrtc/base/urlencode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/pathutils_unittest.cc
diff --git a/webrtc/base/pathutils_unittest.cc b/webrtc/base/pathutils_unittest.cc
index a04effa68cd523aa10d973a75c80711c3b851281..b99bc1606e89759fb0290e6e62244d1703554e6c 100644
--- a/webrtc/base/pathutils_unittest.cc
+++ b/webrtc/base/pathutils_unittest.cc
@@ -42,7 +42,4 @@ TEST(Pathname, ReturnsDotForEmptyPathname) {
EXPECT_TRUE (path.filename().empty());
EXPECT_FALSE(path.pathname().empty());
EXPECT_EQ(kCWD, path.pathname());
-
- rtc::Pathname path2("c:/foo bar.txt");
- EXPECT_EQ(path2.url(), std::string("file:///c:/foo%20bar.txt"));
}
« no previous file with comments | « webrtc/base/pathutils.cc ('k') | webrtc/base/urlencode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698