| Index: components/physical_web/data_source/fake_physical_web_data_source.h
|
| diff --git a/components/physical_web/data_source/fake_physical_web_data_source.h b/components/physical_web/data_source/fake_physical_web_data_source.h
|
| index 6ccd1de63d5a30d353e464a2dae9921b5caa88b9..c10543e38eab802b0408a8c5cd81544b57553938 100644
|
| --- a/components/physical_web/data_source/fake_physical_web_data_source.h
|
| +++ b/components/physical_web/data_source/fake_physical_web_data_source.h
|
| @@ -23,6 +23,7 @@ namespace physical_web {
|
| std::unique_ptr<base::DictionaryValue> CreatePhysicalWebPage(
|
| const std::string& resolved_url,
|
| double distance_estimate,
|
| + const std::string& group_id,
|
| int scan_timestamp,
|
| const std::string& title,
|
| const std::string& description,
|
|
|