| Index: chrome/browser/chromeos/file_manager/open_util.cc
|
| diff --git a/chrome/browser/chromeos/file_manager/open_util.cc b/chrome/browser/chromeos/file_manager/open_util.cc
|
| index cd042e045ee95aadee03420d75a14e9ba6420535..dbe75ccf4fd98645c7197c5b0ab98428807413b8 100644
|
| --- a/chrome/browser/chromeos/file_manager/open_util.cc
|
| +++ b/chrome/browser/chromeos/file_manager/open_util.cc
|
| @@ -29,7 +29,7 @@
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
|
|
| using content::BrowserThread;
|
| -using fileapi::FileSystemURL;
|
| +using storage::FileSystemURL;
|
|
|
| namespace file_manager {
|
| namespace util {
|
| @@ -54,7 +54,7 @@ void ShowWarningMessageBox(Profile* profile,
|
| void ExecuteFileTaskForUrl(Profile* profile,
|
| const file_tasks::TaskDescriptor& task,
|
| const GURL& url) {
|
| - fileapi::FileSystemContext* file_system_context =
|
| + storage::FileSystemContext* file_system_context =
|
| GetFileSystemContextForExtensionId(profile, kFileManagerAppId);
|
|
|
| file_tasks::ExecuteFileTask(
|
|
|