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

Unified Diff: net/tools/dump_cache/cache_dumper.cc

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months 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/third_party/nss/ssl/BUILD.gn ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dump_cache/cache_dumper.cc
diff --git a/net/tools/dump_cache/cache_dumper.cc b/net/tools/dump_cache/cache_dumper.cc
index 99e3dcdc24d2625feaa03fbc2ebd9551a6f95ab2..8820798153f82a0eb6edd2481b32a3d0d3c411b7 100644
--- a/net/tools/dump_cache/cache_dumper.cc
+++ b/net/tools/dump_cache/cache_dumper.cc
@@ -69,7 +69,7 @@ bool SafeCreateDirectory(const base::FilePath& path) {
}
DiskDumper::DiskDumper(const base::FilePath& path)
- : path_(path), entry_(NULL) {
+ : path_(path.AsEndingWithSeparator()), entry_(NULL) {
base::CreateDirectory(path);
}
« no previous file with comments | « net/third_party/nss/ssl/BUILD.gn ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698