| Index: gpu/command_buffer/tests/gl_unittests_android.cc
|
| diff --git a/gpu/command_buffer/tests/gl_unittests_android.cc b/gpu/command_buffer/tests/gl_unittests_android.cc
|
| index 27b0cb6242ac2966901e984804672b1f8e076067..d3517a6ab26269d8114d9f03632078b320132450 100644
|
| --- a/gpu/command_buffer/tests/gl_unittests_android.cc
|
| +++ b/gpu/command_buffer/tests/gl_unittests_android.cc
|
| @@ -22,11 +22,11 @@ namespace gpu {
|
|
|
| class GLSurfaceTextureTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| gl_.Initialize(GLManager::Options());
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| gl_.Destroy();
|
| }
|
|
|
|
|