Chromium Code Reviews| Index: chrome/browser/sync_file_system/local_change_processor.h |
| diff --git a/chrome/browser/sync_file_system/local_change_processor.h b/chrome/browser/sync_file_system/local_change_processor.h |
| index c22b8607e6102f4c0f7999e331b48ebce40a6d30..f5530d3f093d57258a178cb621853128feea7433 100644 |
| --- a/chrome/browser/sync_file_system/local_change_processor.h |
| +++ b/chrome/browser/sync_file_system/local_change_processor.h |
| @@ -9,12 +9,11 @@ |
| #include "webkit/fileapi/syncable/sync_callbacks.h" |
| namespace fileapi { |
| -class FileChange; |
| -class FileChangeList; |
| class FileSystemURL; |
| } |
| namespace sync_file_system { |
| +class FileChange; |
|
kinuko
2013/02/21 06:49:57
nit: please put extra empty line after line 15
calvinlo
2013/02/21 07:13:27
Done.
|
| // Represents an interface to process one local change and applies |
| // it to the remote server. |
| @@ -31,7 +30,7 @@ class LocalChangeProcessor { |
| // notify the backing RemoteFileSyncService of the existence of conflict |
| // (as the remote service is supposed to maintain a list of conflict files). |
| virtual void ApplyLocalChange( |
| - const fileapi::FileChange& change, |
| + const FileChange& change, |
| const base::FilePath& local_file_path, |
| const fileapi::FileSystemURL& url, |
| const fileapi::SyncStatusCallback& callback) = 0; |