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

Unified Diff: chrome/browser/sync_file_system/local/root_delete_helper.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/sync_file_system/local/root_delete_helper.h
diff --git a/chrome/browser/sync_file_system/local/root_delete_helper.h b/chrome/browser/sync_file_system/local/root_delete_helper.h
index c4fb1f74b58fdf91ad72e0254e7b5d3507a3f99d..38d16840e3290c938c704c1df597ea0c8d21913f 100644
--- a/chrome/browser/sync_file_system/local/root_delete_helper.h
+++ b/chrome/browser/sync_file_system/local/root_delete_helper.h
@@ -14,7 +14,7 @@
class GURL;
-namespace fileapi {
+namespace storage {
class FileSystemContext;
}
@@ -32,9 +32,9 @@ class RootDeleteHelper {
public:
typedef base::Callback<void(base::File::Error)> FileStatusCallback;
- RootDeleteHelper(fileapi::FileSystemContext* file_system_context,
+ RootDeleteHelper(storage::FileSystemContext* file_system_context,
LocalFileSyncStatus* sync_status,
- const fileapi::FileSystemURL& url,
+ const storage::FileSystemURL& url,
const FileStatusCallback& callback);
~RootDeleteHelper();
@@ -47,8 +47,8 @@ class RootDeleteHelper {
const std::string& name,
base::File::Error error);
- scoped_refptr<fileapi::FileSystemContext> file_system_context_;
- const fileapi::FileSystemURL url_;
+ scoped_refptr<storage::FileSystemContext> file_system_context_;
+ const storage::FileSystemURL url_;
FileStatusCallback callback_;
// Not owned; owner of this instance owns it.

Powered by Google App Engine
This is Rietveld 408576698