| Index: chrome/browser/chromeos/extensions/file_handler_util.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_handler_util.h b/chrome/browser/chromeos/extensions/file_handler_util.h
|
| index d38cb6b3dbb8bcf013b61b87118a2af3f694e17e..6ef676005cb55de8077e08b3d3982fafcc9f8f98 100644
|
| --- a/chrome/browser/chromeos/extensions/file_handler_util.h
|
| +++ b/chrome/browser/chromeos/extensions/file_handler_util.h
|
| @@ -99,7 +99,7 @@ class FileTaskExecutor : public base::RefCountedThreadSafe<FileTaskExecutor> {
|
| class ExecuteTasksFileSystemCallbackDispatcher;
|
| void RequestFileEntryOnFileThread(
|
| const GURL& handler_base_url,
|
| - const scoped_refptr<const Extension>& handler,
|
| + const scoped_refptr<const extensions::Extension>& handler,
|
| int handler_pid,
|
| const std::vector<GURL>& file_urls);
|
|
|
| @@ -118,7 +118,7 @@ class FileTaskExecutor : public base::RefCountedThreadSafe<FileTaskExecutor> {
|
| // will be given to the handler extension host process.
|
| void InitHandlerHostFileAccessPermissions(
|
| const FileDefinitionList& file_list,
|
| - const Extension* handler_extension,
|
| + const extensions::Extension* handler_extension,
|
| const std::string& action_id);
|
| // Registers file permissions from |handler_host_permissions_| with
|
| // ChildProcessSecurityPolicy for process with id |handler_pid|.
|
|
|