Index: chrome/browser/sync_file_system/mock_remote_change_processor.h |
diff --git a/chrome/browser/sync_file_system/mock_remote_change_processor.h b/chrome/browser/sync_file_system/mock_remote_change_processor.h |
index a48cd36c7cc037a63eedcd449f99bde0e47a9406..6725854267b6f013b089b929e00b3084e3020318 100644 |
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h |
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h |
@@ -32,7 +32,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor { |
const std::string& service_name, |
const PrepareChangeCallback& callback)); |
MOCK_METHOD4(ApplyRemoteChange, |
- void(const fileapi::FileChange& change, |
+ void(const FileChange& change, |
const base::FilePath& local_path, |
const fileapi::FileSystemURL& url, |
const fileapi::SyncStatusCallback& callback)); |
@@ -41,7 +41,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor { |
const base::Closure& completion_callback)); |
MOCK_METHOD3(RecordFakeLocalChange, |
void(const fileapi::FileSystemURL& url, |
- const fileapi::FileChange& change, |
+ const FileChange& change, |
const fileapi::SyncStatusCallback& callback)); |
private: |