| Index: chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| index 448cd21cb4b34bc0c73220c655a462d8c3371dc7..c1933e43cf5b37265016502f206d974642ec891a 100644
|
| --- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| @@ -49,7 +49,7 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
|
|
|
| // Send notifications to the observers.
|
| // Can be used in the mock implementation.
|
| - void NotifyRemoteChangeAvailable(int64 pending_changes);
|
| + void NotifyRemoteChangeQueueUpdated(int64 pending_changes);
|
| void NotifyRemoteServiceStateUpdated(
|
| RemoteServiceState state,
|
| const std::string& description);
|
|
|