| Index: chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h b/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
|
| index 7bbfd433b06e0ba6ae462bf4d69bdb45854e2b49..6090853d474f9bee325a512197b9955d61ccd1a8 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h
|
| @@ -41,11 +41,11 @@ class FileBrowserPrivateRequestFileSystemFunction
|
| private:
|
| void RespondSuccessOnUIThread(const std::string& name,
|
| const GURL& root_url);
|
| - void RespondFailedOnUIThread(base::PlatformFileError error_code);
|
| + void RespondFailedOnUIThread(base::File::Error error_code);
|
|
|
| // Called when something goes wrong. Records the error to |error_| per the
|
| // error code and reports that the private API function failed.
|
| - void DidFail(base::PlatformFileError error_code);
|
| + void DidFail(base::File::Error error_code);
|
|
|
| // Sets up file system access permissions to the extension identified by
|
| // |child_id|.
|
|
|