| Index: chrome/browser/media/media_browsertest.h
|
| diff --git a/chrome/browser/media/media_browsertest.h b/chrome/browser/media/media_browsertest.h
|
| index 67a62a11ab6a50837b2ee7260a9bedf04682dad2..953772f0ca9fb7bfcd0e1bec1b6cb5996d3f982e 100644
|
| --- a/chrome/browser/media/media_browsertest.h
|
| +++ b/chrome/browser/media/media_browsertest.h
|
| @@ -29,7 +29,7 @@ class MediaBrowserTest : public InProcessBrowserTest,
|
| static const char kPluginCrashed[];
|
|
|
| MediaBrowserTest();
|
| - virtual ~MediaBrowserTest();
|
| + ~MediaBrowserTest() override;
|
|
|
| // Runs a html page with a list of URL query parameters.
|
| // If http is true, the test starts a local http test server to load the test
|
|
|