Index: chrome/browser/sync_file_system/local_file_sync_service.h |
diff --git a/chrome/browser/sync_file_system/local_file_sync_service.h b/chrome/browser/sync_file_system/local_file_sync_service.h |
index 343867195fc50ca39dec3a4823b786b751faafef..47710315fa65ca76feb9897a5ef5d13433cc9ae3 100644 |
--- a/chrome/browser/sync_file_system/local_file_sync_service.h |
+++ b/chrome/browser/sync_file_system/local_file_sync_service.h |
@@ -108,6 +108,9 @@ class LocalFileSyncService |
const FilePath& local_path, |
const fileapi::FileSystemURL& url, |
const fileapi::SyncStatusCallback& callback) OVERRIDE; |
+ virtual void ClearLocalChanges( |
+ const fileapi::FileSystemURL& url, |
+ const base::Closure& completion_callback) OVERRIDE; |
virtual void RecordFakeLocalChange( |
const fileapi::FileSystemURL& url, |
const fileapi::FileChange& change, |