| Index: components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| diff --git a/components/security_interstitials/core/safe_browsing_loud_error_ui.h b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| index c90391aee52a26c164088a211614cf7e26667834..76efa5a63c13d1f8156cf14118df4a1c453f39fc 100644
|
| --- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| +++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| @@ -35,7 +35,7 @@ class SafeBrowsingLoudErrorUI
|
| ~SafeBrowsingLoudErrorUI() override;
|
|
|
| // Implement BaseSafeBrowsingErrorUI.
|
| - void PopulateStringsForHTML(base::DictionaryValue* load_time_data) override;
|
| + void PopulateStringsForHtml(base::DictionaryValue* load_time_data) override;
|
| void HandleCommand(SecurityInterstitialCommands command) override;
|
|
|
| private:
|
|
|