Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / base / video_util_unittest.cc
index 4f4ee31..9ac13c1 100644 (file)
@@ -18,7 +18,7 @@ class VideoUtilTest : public testing::Test {
         v_stride_(0) {
   }
 
-  virtual ~VideoUtilTest() {}
+  ~VideoUtilTest() override {}
 
   void CreateSourceFrame(int width, int height,
                          int y_stride, int u_stride, int v_stride) {