| Index: chrome/browser/extensions/api/file_handlers/mime_util.h
|
| diff --git a/chrome/browser/extensions/api/file_handlers/mime_util.h b/chrome/browser/extensions/api/file_handlers/mime_util.h
|
| index 16332b881595e03832b05d61267357675faf5242..e1bc2480d115ce1625c05e72f23bbeec107cb969 100644
|
| --- a/chrome/browser/extensions/api/file_handlers/mime_util.h
|
| +++ b/chrome/browser/extensions/api/file_handlers/mime_util.h
|
| @@ -20,9 +20,9 @@ namespace base {
|
| class FilePath;
|
| } // namespace base
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemURL;
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| namespace extensions {
|
| namespace app_file_handler_util {
|
| @@ -48,7 +48,7 @@ class MimeTypeCollector {
|
|
|
| // Collects all mime types asynchronously for a vector of URLs and upon
|
| // completion, calls the |callback|. It can be called only once.
|
| - void CollectForURLs(const std::vector<fileapi::FileSystemURL>& urls,
|
| + void CollectForURLs(const std::vector<storage::FileSystemURL>& urls,
|
| const CompletionCallback& callback);
|
|
|
| // Collects all mime types asynchronously for a vector of local file paths and
|
|
|