From a88d601f7f632a21afe88359d503559fa20d9e40 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Fri, 15 Aug 2008 20:36:21 +0000 Subject: Second pass move the os dependent code apart on the disk cache. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@960 0039d316-1c4b-4281-b951-d872f2087c98 --- net/disk_cache/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/disk_cache/file.h') diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index 93b9a0b..64a71b9 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -62,7 +62,7 @@ class File : public base::RefCounted { // Initializes the object to point to a given file. The file must aready exist // on disk, and allow shared read and write. - bool Init(const std::wstring name); + bool Init(const std::wstring& name); // Returns the handle or file descriptor. OSFile os_file() const; -- cgit v1.1