| Index: components/sync/driver/sync_service_base.h
|
| diff --git a/components/sync/driver/sync_service_base.h b/components/sync/driver/sync_service_base.h
|
| index 96a63055a15bd6dc25fca3f2d0787481189b8e63..8b6d1f8f66465de48b4c1a1297503102dd0495bc 100644
|
| --- a/components/sync/driver/sync_service_base.h
|
| +++ b/components/sync/driver/sync_service_base.h
|
| @@ -121,8 +121,6 @@ class SyncServiceBase : public SyncService, public SyncEngineHost {
|
| base::ThreadChecker thread_checker_;
|
|
|
| private:
|
| - bool GetLocalSyncConfig(base::FilePath* local_sync_backend_folder) const;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SyncServiceBase);
|
| };
|
|
|
|
|