| 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 8466151535af336436270a41578c93abde0ca3f3..50116af51ff391eac3131fddeb2e31bdb95690c5 100644
|
| --- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| +++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
|
| @@ -27,9 +27,8 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
|
| virtual ~MockRemoteChangeProcessor();
|
|
|
| // RemoteChangeProcessor overrides.
|
| - MOCK_METHOD3(PrepareForProcessRemoteChange,
|
| + MOCK_METHOD2(PrepareForProcessRemoteChange,
|
| void(const fileapi::FileSystemURL& url,
|
| - const std::string& service_name,
|
| const PrepareChangeCallback& callback));
|
| MOCK_METHOD4(ApplyRemoteChange,
|
| void(const FileChange& change,
|
|
|