Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / spdy / hpack_round_trip_test.cc
index f5667b5..aae7584 100644 (file)
@@ -28,7 +28,7 @@ class HpackRoundTripTest : public ::testing::Test {
       : encoder_(ObtainHpackHuffmanTable()),
         decoder_(ObtainHpackHuffmanTable()) {}
 
-  virtual void SetUp() {
+  void SetUp() override {
     // Use a small table size to tickle eviction handling.
     encoder_.ApplyHeaderTableSizeSetting(256);
     decoder_.ApplyHeaderTableSizeSetting(256);