Chromium Code Reviews| Index: base/platform_file_win.cc |
| =================================================================== |
| --- base/platform_file_win.cc (revision 24791) |
| +++ base/platform_file_win.cc (working copy) |
| @@ -65,4 +65,8 @@ |
| return file; |
| } |
| +bool ClosePlatformFile(PlatformFile file) { |
| + return (CloseHandle(file) == 0); |
| +} |
| + |
| } // namespace disk_cache |