Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / common / id_allocator_test.cc
index 5d32e40..adeed5b 100644 (file)
@@ -11,8 +11,8 @@ namespace gpu {
 
 class IdAllocatorTest : public testing::Test {
  protected:
-  virtual void SetUp() {}
-  virtual void TearDown() {}
+  void SetUp() override {}
+  void TearDown() override {}
 
   IdAllocator* id_allocator() { return &id_allocator_; }