| Index: chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| index dfdd67adf7071757a34bebeca4ba803487e7ccdd..32f8d34c53b36aecb5a05aa93861bb1670b731c6 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h
|
| @@ -117,6 +117,7 @@ class SyncEngine : public RemoteFileSyncService,
|
| // SyncEngineContext overrides.
|
| virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
|
| virtual MetadataDatabase* GetMetadataDatabase() OVERRIDE;
|
| + virtual RemoteChangeProcessor* GetRemoteChangeProcessor() OVERRIDE;
|
|
|
| private:
|
| void DoDisableApp(const std::string& app_id,
|
|
|