| Index: Source/core/css/MediaQueryListTest.cpp
|
| diff --git a/Source/core/css/MediaQueryListTest.cpp b/Source/core/css/MediaQueryListTest.cpp
|
| index b7c7f8b46bcb6fd222451e0c603c044d60e044f3..2875a37b7610a896aa1d3183aed62414f5201870 100644
|
| --- a/Source/core/css/MediaQueryListTest.cpp
|
| +++ b/Source/core/css/MediaQueryListTest.cpp
|
| @@ -15,7 +15,7 @@ namespace {
|
|
|
| class TestListener : public blink::MediaQueryListListener {
|
| public:
|
| - virtual void notifyMediaQueryChanged() OVERRIDE { }
|
| + virtual void notifyMediaQueryChanged() override { }
|
| };
|
|
|
| }
|
|
|