| 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..b8d16dc3757635b2e0e08a640948217627a39289 100644
|
| --- a/ios/chrome/browser/web/error_page_content.h
|
| +++ b/ios/chrome/browser/web/error_page_content.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| -#include "base/mac/scoped_nsobject.h"
|
| #import "ios/chrome/browser/ui/static_content/static_html_native_content.h"
|
| #import "ios/chrome/browser/ui/static_content/static_html_view_controller.h"
|
|
|
| @@ -15,10 +14,7 @@ namespace web {
|
| class BrowserState;
|
| }
|
|
|
| -@interface ErrorPageContent : StaticHtmlNativeContent<HtmlGenerator> {
|
| - // Stores the HTML generated from the NSError in the initializer.
|
| - base::scoped_nsobject<NSString> html_;
|
| -}
|
| +@interface ErrorPageContent : StaticHtmlNativeContent
|
|
|
| // Initialization. |loader| and |url| are passed up to StaticHtmlNativeContent;
|
| // |loader| cannot be nil.
|
|
|