Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: gpu/command_buffer/common/id_allocator_test.cc

Issue 682743002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test.cc ('k') | gpu/command_buffer/service/async_pixel_transfer_manager_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698