Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: chrome/browser/extensions/api/file_handlers/mime_util.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698