summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/device_info_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/sync_driver/device_info_service.h')
-rw-r--r--components/sync_driver/device_info_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/device_info_service.h b/components/sync_driver/device_info_service.h
index fdd1127..4c8ac29 100644
--- a/components/sync_driver/device_info_service.h
+++ b/components/sync_driver/device_info_service.h
@@ -52,7 +52,7 @@ class DeviceInfoService : public syncer_v2::ModelTypeService,
void LoadMetadata(MetadataCallback callback) override;
void GetData(ClientKeyList client_keys, DataCallback callback) override;
void GetAllData(DataCallback callback) override;
- std::string GetClientTag(const syncer_v2::EntityData* entity_data) override;
+ std::string GetClientTag(const syncer_v2::EntityData& entity_data) override;
// DeviceInfoTracker implementation.
bool IsSyncing() const override;