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

Unified Diff: chrome/browser/sync_file_system/drive_backend/remote_change_processor_wrapper.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/drive_backend/remote_change_processor_wrapper.h
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_wrapper.h b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_wrapper.h
index b26ab004cd3f3a1c2453c97677a1d711e07d861b..714dfba4e6d3d1a8147292c5eed29ac114accb56 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_wrapper.h
+++ b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_wrapper.h
@@ -23,24 +23,21 @@ class RemoteChangeProcessorWrapper
RemoteChangeProcessor* remote_change_processor);
void PrepareForProcessRemoteChange(
- const fileapi::FileSystemURL& url,
+ const storage::FileSystemURL& url,
const RemoteChangeProcessor::PrepareChangeCallback& callback);
- void ApplyRemoteChange(
- const FileChange& change,
- const base::FilePath& local_path,
- const fileapi::FileSystemURL& url,
- const SyncStatusCallback& callback);
-
- void FinalizeRemoteSync(
- const fileapi::FileSystemURL& url,
- bool clear_local_changes,
- const base::Closure& completion_callback);
-
- void RecordFakeLocalChange(
- const fileapi::FileSystemURL& url,
- const FileChange& change,
- const SyncStatusCallback& callback);
+ void ApplyRemoteChange(const FileChange& change,
+ const base::FilePath& local_path,
+ const storage::FileSystemURL& url,
+ const SyncStatusCallback& callback);
+
+ void FinalizeRemoteSync(const storage::FileSystemURL& url,
+ bool clear_local_changes,
+ const base::Closure& completion_callback);
+
+ void RecordFakeLocalChange(const storage::FileSystemURL& url,
+ const FileChange& change,
+ const SyncStatusCallback& callback);
private:
RemoteChangeProcessor* remote_change_processor_;

Powered by Google App Engine
This is Rietveld 408576698