summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/mapped_file_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/mapped_file_win.cc')
-rw-r--r--net/disk_cache/mapped_file_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/mapped_file_win.cc b/net/disk_cache/mapped_file_win.cc
index f7575ef..7db2ba5 100644
--- a/net/disk_cache/mapped_file_win.cc
+++ b/net/disk_cache/mapped_file_win.cc
@@ -11,7 +11,7 @@
namespace disk_cache {
-void* MappedFile::Init(const FilePath& name, size_t size) {
+void* MappedFile::Init(const base::FilePath& name, size_t size) {
DCHECK(!init_);
if (init_ || !File::Init(name))
return NULL;