Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / quic / congestion_control / leaky_bucket_test.cc
index 977ef94..8387ada 100644 (file)
@@ -13,7 +13,7 @@ namespace test {
 
 class LeakyBucketTest : public ::testing::Test {
  protected:
-  virtual void SetUp() {
+  void SetUp() override {
     leaky_bucket_.reset(new LeakyBucket(QuicBandwidth::Zero()));
   }
   MockClock clock_;