| Index: chrome/test/base/web_ui_browser_test.h
|
| diff --git a/chrome/test/base/web_ui_browser_test.h b/chrome/test/base/web_ui_browser_test.h
|
| index 5784e1045fec1ba851e3d8ca56fd490cacc99f68..ab9223e49cef1a3faea3b8eb9edd0f3402443731 100644
|
| --- a/chrome/test/base/web_ui_browser_test.h
|
| +++ b/chrome/test/base/web_ui_browser_test.h
|
| @@ -39,7 +39,7 @@ class WebUITestHandler;
|
| // and the lone test within this class.
|
| class WebUIBrowserTest : public JavaScriptBrowserTest {
|
| public:
|
| - virtual ~WebUIBrowserTest();
|
| + ~WebUIBrowserTest() override;
|
|
|
| // Runs a javascript function in the context of all libraries.
|
| // Note that calls to functions in test_api.js are not supported.
|
|
|