| Index: content/browser/fileapi/browser_file_system_helper.h
|
| diff --git a/content/browser/fileapi/browser_file_system_helper.h b/content/browser/fileapi/browser_file_system_helper.h
|
| index 8bd1773705438d874ab9a67c8a4b9a24f20cd2fd..fe2fcfebea391503703eb9d8a5addd6a528468b0 100644
|
| --- a/content/browser/fileapi/browser_file_system_helper.h
|
| +++ b/content/browser/fileapi/browser_file_system_helper.h
|
| @@ -23,7 +23,7 @@ namespace content {
|
| // the browser process.
|
| CONTENT_EXPORT scoped_refptr<fileapi::FileSystemContext>
|
| CreateFileSystemContext(
|
| - const FilePath& profile_path,
|
| + const base::FilePath& profile_path,
|
| bool is_incognito,
|
| fileapi::ExternalMountPoints* external_mount_points,
|
| quota::SpecialStoragePolicy* special_storage_policy,
|
|
|