| Index: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
|
| index c2eb941dd97579b95ad9853a8158ce646887d510..f5379bed748dce09a0dc3ae5b337613cb675536a 100644
|
| --- a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
|
| @@ -15,7 +15,7 @@
|
| class InterstitialUITest : public InProcessBrowserTest {
|
| public:
|
| InterstitialUITest() {}
|
| - virtual ~InterstitialUITest() {}
|
| + ~InterstitialUITest() override {}
|
|
|
| protected:
|
| void TestInterstitial(GURL url, const std::string& page_title) {
|
|
|