| Index: chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.cc
|
| index 6ae9736e9b68ba66369423a19251af45e36623e9..9024d9395374fa7c6b86e444bdc7bbfe6d5199f9 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.cc
|
| @@ -31,7 +31,7 @@ RemoteChangeProcessorOnWorker::~RemoteChangeProcessorOnWorker() {
|
| }
|
|
|
| void RemoteChangeProcessorOnWorker::PrepareForProcessRemoteChange(
|
| - const fileapi::FileSystemURL& url,
|
| + const storage::FileSystemURL& url,
|
| const PrepareChangeCallback& callback) {
|
| DCHECK(sequence_checker_.CalledOnValidSequencedThread());
|
|
|
| @@ -49,7 +49,7 @@ void RemoteChangeProcessorOnWorker::PrepareForProcessRemoteChange(
|
| void RemoteChangeProcessorOnWorker::ApplyRemoteChange(
|
| const FileChange& change,
|
| const base::FilePath& local_path,
|
| - const fileapi::FileSystemURL& url,
|
| + const storage::FileSystemURL& url,
|
| const SyncStatusCallback& callback) {
|
| DCHECK(sequence_checker_.CalledOnValidSequencedThread());
|
|
|
| @@ -67,7 +67,7 @@ void RemoteChangeProcessorOnWorker::ApplyRemoteChange(
|
| }
|
|
|
| void RemoteChangeProcessorOnWorker::FinalizeRemoteSync(
|
| - const fileapi::FileSystemURL& url,
|
| + const storage::FileSystemURL& url,
|
| bool clear_local_changes,
|
| const base::Closure& completion_callback) {
|
| DCHECK(sequence_checker_.CalledOnValidSequencedThread());
|
| @@ -85,7 +85,7 @@ void RemoteChangeProcessorOnWorker::FinalizeRemoteSync(
|
| }
|
|
|
| void RemoteChangeProcessorOnWorker::RecordFakeLocalChange(
|
| - const fileapi::FileSystemURL& url,
|
| + const storage::FileSystemURL& url,
|
| const FileChange& change,
|
| const SyncStatusCallback& callback) {
|
| DCHECK(sequence_checker_.CalledOnValidSequencedThread());
|
|
|