| Index: content/browser/media/media_canplaytype_browsertest.cc
|
| diff --git a/content/browser/media/media_canplaytype_browsertest.cc b/content/browser/media/media_canplaytype_browsertest.cc
|
| index 1882efeff985da9f23c40435450d0d5a07cbeaab..6e295ec5c8fc0d815fc9cd0fbbf8bddeb4dfb2fd 100644
|
| --- a/content/browser/media/media_canplaytype_browsertest.cc
|
| +++ b/content/browser/media/media_canplaytype_browsertest.cc
|
| @@ -45,7 +45,7 @@ class MediaCanPlayTypeTest : public MediaBrowserTest {
|
| public:
|
| MediaCanPlayTypeTest() : url_("about:blank") { }
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| NavigateToURL(shell(), url_);
|
| }
|
|
|
|
|