| Index: content/public/browser/child_process_security_policy.h
|
| diff --git a/content/public/browser/child_process_security_policy.h b/content/public/browser/child_process_security_policy.h
|
| index 2edca7e41c3335c3b2fe725565365ae3ca91e815..7048d91cf529a13c23a6ffefd2dab445de4f9263 100644
|
| --- a/content/public/browser/child_process_security_policy.h
|
| +++ b/content/public/browser/child_process_security_policy.h
|
| @@ -70,7 +70,7 @@ class ChildProcessSecurityPolicy {
|
| // Grants read access permission to the given isolated file system
|
| // identified by |filesystem_id|. An isolated file system can be
|
| // created for a set of native files/directories (like dropped files)
|
| - // using fileapi::IsolatedContext. A child process needs to be granted
|
| + // using storage::IsolatedContext. A child process needs to be granted
|
| // permission to the file system to access the files in it using
|
| // file system URL. You do NOT need to give direct permission to
|
| // individual file paths.
|
|
|