Chromium Code Reviews| Index: net/disk_cache/mapped_file_posix.cc |
| =================================================================== |
| --- net/disk_cache/mapped_file_posix.cc (revision 19697) |
| +++ net/disk_cache/mapped_file_posix.cc (working copy) |
| @@ -12,7 +12,7 @@ |
| namespace disk_cache { |
| -void* MappedFile::Init(const std::wstring name, size_t size) { |
| +void* MappedFile::Init(const std::wstring& name, size_t size) { |
| DCHECK(!init_); |
| if (init_ || !File::Init(name)) |
| return NULL; |