| Index: chrome/browser/sync_file_system/sync_file_system_service.h
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| index 19fd3b830ce1b730075795cfd4ee12f3b143b65d..9fd1b282ec9bdfa044e6889863387bfff513c364 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service.h
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service.h
|
| @@ -125,7 +125,7 @@ class SyncFileSystemService
|
| virtual void OnLocalChangeAvailable(int64 pending_changes) OVERRIDE;
|
|
|
| // LocalFileSyncService::Observer overrides.
|
| - virtual void OnRemoteChangeAvailable(int64 pending_changes) OVERRIDE;
|
| + virtual void OnRemoteChangeQueueUpdated(int64 pending_changes) OVERRIDE;
|
| virtual void OnRemoteServiceStateUpdated(
|
| RemoteServiceState state,
|
| const std::string& description) OVERRIDE;
|
|
|