Index: components/sync_driver/device_info_service.cc |
diff --git a/components/sync_driver/device_info_service.cc b/components/sync_driver/device_info_service.cc |
index 1063babf378b6dc169e4c0bc38865781d039ffe3..db13a999b64c22e6aae40059b220f828813c5398 100644 |
--- a/components/sync_driver/device_info_service.cc |
+++ b/components/sync_driver/device_info_service.cc |
@@ -65,7 +65,7 @@ void DeviceInfoService::LoadMetadata(MetadataCallback callback) { |
// TODO(skym): Implementation. |
} |
-void DeviceInfoService::GetData(ClientKeyList client_keys, |
+void DeviceInfoService::GetData(ClientTagList client_tags, |
DataCallback callback) { |
// TODO(skym): Implementation. |
} |