| Index: chrome/common/service_process_util_unittest.cc
|
| diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc
|
| index 9d54435386560ff86b40de6a88d500a3a10c4261..cfc3d518dcf622d1e0330a391485a8734c1d9f52 100644
|
| --- a/chrome/common/service_process_util_unittest.cc
|
| +++ b/chrome/common/service_process_util_unittest.cc
|
| @@ -259,9 +259,8 @@ class ServiceProcessStateFileManipulationTest : public ::testing::Test {
|
| ServiceProcessStateFileManipulationTest()
|
| : io_thread_("ServiceProcessStateFileManipulationTest_IO") {
|
| }
|
| - virtual ~ServiceProcessStateFileManipulationTest() { }
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| base::Thread::Options options;
|
| options.message_loop_type = base::MessageLoop::TYPE_IO;
|
| ASSERT_TRUE(io_thread_.StartWithOptions(options));
|
|
|