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

Unified Diff: chrome/browser/sync_file_system/sync_callbacks.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/sync_file_system/sync_callbacks.h
diff --git a/chrome/browser/sync_file_system/sync_callbacks.h b/chrome/browser/sync_file_system/sync_callbacks.h
index ec956c08b7d2c4e8c17c00e3d8616f0232b420a8..6a747681e131fed2ceb6fdb712f33ca76af00d89 100644
--- a/chrome/browser/sync_file_system/sync_callbacks.h
+++ b/chrome/browser/sync_file_system/sync_callbacks.h
@@ -8,9 +8,9 @@
#include "base/callback_forward.h"
#include "chrome/browser/sync_file_system/sync_file_status.h"
#include "chrome/browser/sync_file_system/sync_status_code.h"
-#include "webkit/browser/fileapi/file_system_url.h"
+#include "storage/browser/fileapi/file_system_url.h"
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -21,16 +21,16 @@ class SyncFileMetadata;
typedef base::Callback<void(SyncStatusCode status)>
SyncStatusCallback;
-typedef base::Callback<void(SyncStatusCode status,
- const fileapi::FileSystemURL& url)>
+typedef base::Callback<
+ void(SyncStatusCode status, const storage::FileSystemURL& url)>
SyncFileCallback;
typedef base::Callback<void(SyncStatusCode status,
const SyncFileMetadata& metadata)>
SyncFileMetadataCallback;
-typedef base::Callback<void(SyncStatusCode status,
- const fileapi::FileSystemURLSet& urls)>
+typedef base::Callback<
+ void(SyncStatusCode status, const storage::FileSystemURLSet& urls)>
SyncFileSetCallback;
typedef base::Callback<void(SyncStatusCode status,
« no previous file with comments | « chrome/browser/sync_file_system/subtree_set.cc ('k') | chrome/browser/sync_file_system/sync_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698