| Index: chrome/browser/sync_file_system/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| index 978845589a5557b547d0884a923363cfe7e3a530..d8219a6839190378e6a6793c7e3fa9e11e5680d2 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| @@ -369,9 +369,9 @@ class DriveFileSyncService
|
| void RegisterDriveNotifications();
|
| void SetPushNotificationEnabled(syncer::InvalidatorState state);
|
| void NotifyObserversFileStatusChanged(const fileapi::FileSystemURL& url,
|
| - fileapi::SyncFileStatus sync_status,
|
| - fileapi::SyncAction action_taken,
|
| - fileapi::SyncDirection direction);
|
| + SyncFileStatus sync_status,
|
| + SyncAction action_taken,
|
| + SyncDirection direction);
|
|
|
| scoped_ptr<DriveMetadataStore> metadata_store_;
|
| scoped_ptr<DriveFileSyncClient> sync_client_;
|
|
|