| Index: gpu/command_buffer/common/id_allocator_test.cc
|
| diff --git a/gpu/command_buffer/common/id_allocator_test.cc b/gpu/command_buffer/common/id_allocator_test.cc
|
| index 5d32e40b1bdd6a01ac48884c62eaf45afc1a36cd..adeed5b0969e71c7d93cea2cf19c27097efb6f20 100644
|
| --- a/gpu/command_buffer/common/id_allocator_test.cc
|
| +++ b/gpu/command_buffer/common/id_allocator_test.cc
|
| @@ -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_; }
|
|
|
|
|