Index: base/file_util_proxy.h |
diff --git a/base/file_util_proxy.h b/base/file_util_proxy.h |
index 1cde1ceb07904c8e69ffe9d13837dbd81bf6d60b..267ffd5c36334d30fe1d7b1ffc0eb12b767886db 100644 |
--- a/base/file_util_proxy.h |
+++ b/base/file_util_proxy.h |
@@ -41,7 +41,7 @@ class BASE_EXPORT FileUtilProxy { |
bool /* created */)> CreateOrOpenCallback; |
typedef Callback<void(PlatformFileError, |
PassPlatformFile, |
- FilePath)> CreateTemporaryCallback; |
+ const FilePath&)> CreateTemporaryCallback; |
typedef Callback<void(PlatformFileError, |
const PlatformFileInfo& |
)> GetFileInfoCallback; |