| Index: cc/debug/micro_benchmark_controller_unittest.cc
|
| diff --git a/cc/debug/micro_benchmark_controller_unittest.cc b/cc/debug/micro_benchmark_controller_unittest.cc
|
| index 1f2bfd8258ce376a32bd86b8103d082de19321b0..527e85034deb017ba8ead253813140ef17034d42 100644
|
| --- a/cc/debug/micro_benchmark_controller_unittest.cc
|
| +++ b/cc/debug/micro_benchmark_controller_unittest.cc
|
| @@ -21,7 +21,7 @@ class MicroBenchmarkControllerTest : public testing::Test {
|
| MicroBenchmarkControllerTest()
|
| : layer_tree_host_client_(FakeLayerTreeHostClient::DIRECT_3D) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| impl_proxy_ = make_scoped_ptr(new FakeImplProxy);
|
| shared_bitmap_manager_.reset(new TestSharedBitmapManager());
|
| layer_tree_host_impl_ = make_scoped_ptr(new FakeLayerTreeHostImpl(
|
| @@ -32,7 +32,7 @@ class MicroBenchmarkControllerTest : public testing::Test {
|
| layer_tree_host_->InitializeForTesting(scoped_ptr<Proxy>(new FakeProxy));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| layer_tree_host_impl_ = nullptr;
|
| layer_tree_host_ = nullptr;
|
| impl_proxy_ = nullptr;
|
|
|