Index: net/disk_cache/file_posix.cc |
diff --git a/net/disk_cache/file_posix.cc b/net/disk_cache/file_posix.cc |
index b080f53e610df3474476934c2732676f758c4e6a..d3e903bfddd54a178c2620f7f2b6709af59c321f 100644 |
--- a/net/disk_cache/file_posix.cc |
+++ b/net/disk_cache/file_posix.cc |
@@ -245,7 +245,7 @@ File::File(base::PlatformFile file) |
: init_(true), mixed_(true), platform_file_(file) { |
} |
-bool File::Init(const std::wstring& name) { |
+bool File::Init(const FilePath& name) { |
if (init_) |
return false; |