Chromium Code Reviews| Index: ios/chrome/browser/web/error_page_content.h |
| diff --git a/ios/chrome/browser/web/error_page_content.h b/ios/chrome/browser/web/error_page_content.h |
| index 1717de54805c54f4088c6ddc500c3db06b1d33ac..7a86a98e11bfda3db5db2513225a0033ef78f687 100644 |
| --- a/ios/chrome/browser/web/error_page_content.h |
| +++ b/ios/chrome/browser/web/error_page_content.h |
| @@ -15,7 +15,7 @@ namespace web { |
| class BrowserState; |
| } |
| -@interface ErrorPageContent : StaticHtmlNativeContent<HtmlGenerator> { |
| +@interface ErrorPageContent : StaticHtmlNativeContent { |
| // Stores the HTML generated from the NSError in the initializer. |
| base::scoped_nsobject<NSString> html_; |
|
stkhapugin
2017/02/17 13:12:44
I think you don't need this anymore. If so, please
Olivier
2017/02/17 13:58:39
Correct, thanks
Done
|
| } |