| 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 480b9cf1752b2bcb136344eb9f4ce5f98626a5ac..27375e2752ebb30c7bd5702d79b3fbf7c31df9da 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
|
| @@ -18,7 +18,7 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemContext;
|
| }
|
|
|
| @@ -56,7 +56,7 @@ class FileBrowserPrivateRequestFileSystemFunction
|
| // Sets up file system access permissions to the extension identified by
|
| // |child_id|.
|
| bool SetupFileSystemAccessPermissions(
|
| - scoped_refptr<fileapi::FileSystemContext> file_system_context,
|
| + scoped_refptr<storage::FileSystemContext> file_system_context,
|
| int child_id,
|
| Profile* profile,
|
| scoped_refptr<const extensions::Extension> extension);
|
|
|