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:
jlmiller@webrtc.org
2015-01-22 17:44:19 +00:00
parent 043db24767
commit ea1c84285c
2 changed files with 13 additions and 12 deletions

View File

@ -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();
};