Index: chrome/browser/sync_file_system/mock_local_change_processor.h |
diff --git a/chrome/browser/sync_file_system/mock_local_change_processor.h b/chrome/browser/sync_file_system/mock_local_change_processor.h |
index 58b68cbed68bb16ba5ac03e2cba7b267c64fbe75..4f9b15fde3cb3332012076b57ca65af69f5a92a2 100644 |
--- a/chrome/browser/sync_file_system/mock_local_change_processor.h |
+++ b/chrome/browser/sync_file_system/mock_local_change_processor.h |
@@ -18,14 +18,14 @@ class MockLocalChangeProcessor : public LocalChangeProcessor { |
// LocalChangeProcessor override. |
MOCK_METHOD4(ApplyLocalChange, |
- void(const fileapi::FileChange& change, |
+ void(const FileChange& change, |
const base::FilePath& local_file_path, |
const fileapi::FileSystemURL& url, |
const fileapi::SyncStatusCallback& callback)); |
private: |
void ApplyLocalChangeStub( |
- const fileapi::FileChange& change, |
+ const FileChange& change, |
const base::FilePath& local_file_path, |
const fileapi::FileSystemURL& url, |
const fileapi::SyncStatusCallback& callback); |