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 415702cf2c80ea1049b8bf950d0cb1c4ae83ce5d..64759b8de0cc37e8fb649fcad2956e735bb49c91 100644 |
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h |
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h |
@@ -33,6 +33,9 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor { |
const FilePath& local_path, |
const fileapi::FileSystemURL& url, |
const fileapi::SyncStatusCallback& callback)); |
+ MOCK_METHOD2(ClearLocalChanges, |
+ void(const fileapi::FileSystemURL& url, |
+ const base::Closure& completion_callback)); |
MOCK_METHOD3(RecordFakeLocalChange, |
void(const fileapi::FileSystemURL& url, |
const fileapi::FileChange& change, |