| Index: chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui.h b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| index 2506c8ce659c494748d546fe5f09bc662449dcaf..b73e4ad2fcd595570b82931af9423b4234b8acc7 100644
|
| --- a/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| +++ b/chrome/browser/ui/webui/interstitials/interstitial_ui.h
|
| @@ -20,7 +20,7 @@ class InterstitialUI : public content::WebUIController {
|
| public:
|
| explicit InterstitialUI(content::WebUI* web_ui);
|
|
|
| - virtual ~InterstitialUI();
|
| + ~InterstitialUI() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(InterstitialUI);
|
|
|