summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/tools/dump_cache/cache_dumper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/dump_cache/cache_dumper.h b/net/tools/dump_cache/cache_dumper.h
index 8a11269..916b1b4 100644
--- a/net/tools/dump_cache/cache_dumper.h
+++ b/net/tools/dump_cache/cache_dumper.h
@@ -57,7 +57,7 @@ class CacheDumper : public CacheDumpWriter {
class DiskDumper : public CacheDumpWriter {
public:
DiskDumper(const std::wstring& path) : path_(path), entry_(NULL) {
- file_util::CreateDirectory(path);
+ file_util::CreateDirectory(FilePath(path));
};
virtual bool CreateEntry(const std::string& key, disk_cache::Entry** entry);
virtual bool WriteEntry(disk_cache::Entry* entry, int stream, int offset,