Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / spdy / spdy_stream_unittest.cc
index f754be6..a6926ab 100644 (file)
@@ -57,9 +57,7 @@ class SpdyStreamTest : public ::testing::Test,
     return CreateInsecureSpdySession(session_, key, BoundNetLog());
   }
 
-  virtual void TearDown() {
-    base::MessageLoop::current()->RunUntilIdle();
-  }
+  void TearDown() override { base::MessageLoop::current()->RunUntilIdle(); }
 
   void RunResumeAfterUnstallRequestResponseTest(
       const UnstallFunction& unstall_function);