Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / video_frame_recorder_unittest.cc
index e288135..ac00e45 100644 (file)
@@ -52,8 +52,8 @@ class VideoFrameRecorderTest : public testing::Test {
  public:
   VideoFrameRecorderTest();
 
-  virtual void SetUp() OVERRIDE;
-  virtual void TearDown() OVERRIDE;
+  void SetUp() override;
+  void TearDown() override;
 
   // Creates a new VideoEncoder, wraps it using |recorder_|, and stores the
   // newly wrapped encoder in |encoder_|.