| Index: base/platform_file_win.cc
|
| diff --git a/base/platform_file_win.cc b/base/platform_file_win.cc
|
| index f9eb23473db408d65f8a08a7167393c312d44f19..0cb3e53831b26bf32431e7c7800d760871b8a3bd 100644
|
| --- a/base/platform_file_win.cc
|
| +++ b/base/platform_file_win.cc
|
| @@ -104,12 +104,6 @@ PlatformFile CreatePlatformFile(const FilePath& name,
|
| return file;
|
| }
|
|
|
| -PlatformFile CreatePlatformFile(const std::wstring& name, int flags,
|
| - bool* created) {
|
| - return CreatePlatformFile(FilePath::FromWStringHack(name), flags,
|
| - created, NULL);
|
| -}
|
| -
|
| bool ClosePlatformFile(PlatformFile file) {
|
| base::ThreadRestrictions::AssertIOAllowed();
|
| return (CloseHandle(file) != 0);
|
|
|