Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / LifecycleContextTest.cpp
index c885aaf..5bed89b 100644 (file)
@@ -62,7 +62,7 @@ public:
         , m_contextDestroyedCalled(false)
     { }
 
-    virtual void contextDestroyed() OVERRIDE
+    virtual void contextDestroyed() override
     {
         LifecycleObserver<DummyContext>::contextDestroyed();
         m_contextDestroyedCalled = true;