Correct GetDriveType error handling.
BUG=4020 R=brucedawson@google.com, juberti@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/36899005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8127 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -91,7 +91,7 @@ class Win32Filesystem : public FilesystemInterface {
|
||||
// Get a temporary folder that is unique to the current user and application.
|
||||
virtual bool GetAppTempFolder(Pathname* path);
|
||||
|
||||
virtual bool GetDiskFreeSpace(const Pathname& path, int64 *freebytes);
|
||||
virtual bool GetDiskFreeSpace(const Pathname& path, int64 *free_bytes);
|
||||
|
||||
virtual Pathname GetCurrentDirectory();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user