| Index: ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
|
| diff --git a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
|
| index 40d0ebb021f5a4785bc4d56fe57fbd5413ff1946..29967e41ed847f629aa7edca99335486a9775156 100644
|
| --- a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
|
| +++ b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
|
| @@ -31,7 +31,7 @@ class IOSChromePhysicalWebDataSource
|
|
|
| // Returns a list of resolved URLs and associated page metadata. If network
|
| // requests are disabled, the list will be empty.
|
| - std::unique_ptr<base::ListValue> GetMetadata() override;
|
| + std::unique_ptr<base::ListValue> GetMetadataListValue() override;
|
|
|
| // Returns boolean |true| if network requests are disabled and there are one
|
| // or more discovered URLs that have not been sent to the resolution service.
|
|
|