| Index: chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| index 8367bbb54bb37e83c7172278479b8611b3debacd..867751c5fc7d562659f90767f75e5cdacae56243 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| @@ -140,6 +140,7 @@ class SyncWorker : public SyncTaskManager::Client {
|
| void DetachFromSequence();
|
|
|
| private:
|
| + friend class DriveBackendSyncTest;
|
| friend class SyncEngineTest;
|
|
|
| void DoDisableApp(const std::string& app_id,
|
|
|