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

Unified Diff: chrome/browser/chromeos/file_manager/file_browser_handlers.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build 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/chromeos/file_manager/file_browser_handlers.h
diff --git a/chrome/browser/chromeos/file_manager/file_browser_handlers.h b/chrome/browser/chromeos/file_manager/file_browser_handlers.h
index de45ee35b525e341b88ea62769f7a60b5d1e153c..07ad9be5808902003b7f9687a86a728d20278b6b 100644
--- a/chrome/browser/chromeos/file_manager/file_browser_handlers.h
+++ b/chrome/browser/chromeos/file_manager/file_browser_handlers.h
@@ -23,7 +23,7 @@ namespace extensions {
class Extension;
}
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -47,7 +47,7 @@ bool ExecuteFileBrowserHandler(
Profile* profile,
const extensions::Extension* extension,
const std::string& action_id,
- const std::vector<fileapi::FileSystemURL>& file_urls,
+ const std::vector<storage::FileSystemURL>& file_urls,
const file_tasks::FileTaskFinishedCallback& done);
} // namespace file_browser_handlers

Powered by Google App Engine
This is Rietveld 408576698