| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 86eb0068764fdffdf387853a9811d4bdb6c5ef26..24ba90f3d4c650f6684c470cd92450c6d5c3d7be 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -2370,7 +2370,7 @@ syncer::SyncableService* ProfileSyncService::GetDeviceInfoSyncableService() {
|
| return device_info_sync_service_.get();
|
| }
|
|
|
| -syncer::ModelTypeService* ProfileSyncService::GetDeviceInfoService() {
|
| +syncer::ModelTypeSyncBridge* ProfileSyncService::GetDeviceInfoService() {
|
| return device_info_service_.get();
|
| }
|
|
|
|
|