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

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

Issue 922833002: Cosmetic changes (spelling, grammar) and fix an annoyance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « base/files/file_path.h ('k') | no next file » | 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 | « base/files/file_path.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698