| Index: chrome/browser/ui/webui/options/options_browsertest.h
|
| diff --git a/chrome/browser/ui/webui/options/options_browsertest.h b/chrome/browser/ui/webui/options/options_browsertest.h
|
| index 638a57b36ba4aca76f9da000cc1cb2c29325b9e8..9dd0aec41c3c398c1af454022aaf08cc657d9a8d 100644
|
| --- a/chrome/browser/ui/webui/options/options_browsertest.h
|
| +++ b/chrome/browser/ui/webui/options/options_browsertest.h
|
| @@ -16,7 +16,7 @@ class OptionsBrowserTest : public WebUIBrowserTest,
|
| public content::WebUIMessageHandler {
|
| public:
|
| OptionsBrowserTest();
|
| - virtual ~OptionsBrowserTest();
|
| + ~OptionsBrowserTest() override;
|
|
|
| protected:
|
| // Clears the preference at the given |path|.
|
|
|