| 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 01425c9344108d9ac17b401e7c0688872c0df543..e22bff72e205f2284ed5d227b201e8766a07b692 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
|
| @@ -66,11 +66,10 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
|
| void NotifyRemoteServiceStateUpdated(
|
| RemoteServiceState state,
|
| const std::string& description);
|
| - void NotifyFileStatusChanged(
|
| - const fileapi::FileSystemURL& url,
|
| - SyncFileStatus sync_status,
|
| - SyncAction action_taken,
|
| - SyncDirection direction);
|
| + void NotifyFileStatusChanged(const storage::FileSystemURL& url,
|
| + SyncFileStatus sync_status,
|
| + SyncAction action_taken,
|
| + SyncDirection direction);
|
|
|
| private:
|
| void AddServiceObserverStub(Observer* observer);
|
|
|