diff options
Diffstat (limited to 'base/platform_file.h')
-rw-r--r-- | base/platform_file.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/platform_file.h b/base/platform_file.h index 46ff0cc..0dbf4e4 100644 --- a/base/platform_file.h +++ b/base/platform_file.h @@ -6,8 +6,6 @@ #define BASE_PLATFORM_FILE_H_ #include "build/build_config.h" -#include "base/basictypes.h" - #if defined(OS_WIN) #include <windows.h> #endif @@ -55,10 +53,6 @@ PlatformFile CreatePlatformFile(const std::wstring& name, // Closes a file handle bool ClosePlatformFile(PlatformFile file); -// Get the length of an underlying file. Returns false on error. Otherwise -// *size is set to the length of the file, in bytes. -bool GetPlatformFileSize(PlatformFile file, uint64* size); - } // namespace base #endif // BASE_PLATFORM_FILE_H_ |