| Index: sync/internal_api/http_bridge_unittest.cc
|
| diff --git a/sync/internal_api/http_bridge_unittest.cc b/sync/internal_api/http_bridge_unittest.cc
|
| index 9015cbf5806dff8538bf28a377b600c0b481cb2b..26255464165fd34264a3fe5d68d80b7be67d12b2 100644
|
| --- a/sync/internal_api/http_bridge_unittest.cc
|
| +++ b/sync/internal_api/http_bridge_unittest.cc
|
| @@ -31,13 +31,13 @@ class SyncHttpBridgeTest : public testing::Test {
|
| io_thread_("IO thread") {
|
| }
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| base::Thread::Options options;
|
| options.message_loop_type = base::MessageLoop::TYPE_IO;
|
| io_thread_.StartWithOptions(options);
|
| }
|
|
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| if (fake_default_request_context_getter_) {
|
| GetIOThreadLoop()->ReleaseSoon(FROM_HERE,
|
| fake_default_request_context_getter_);
|
|
|