| Index: components/leveldb_proto/proto_database_impl_unittest.cc
|
| diff --git a/components/leveldb_proto/proto_database_impl_unittest.cc b/components/leveldb_proto/proto_database_impl_unittest.cc
|
| index 512045222811a01bfdd62f742b72d92f6755bcc0..095b9d4b2135011813e2c89967d9d87d888e4ece 100644
|
| --- a/components/leveldb_proto/proto_database_impl_unittest.cc
|
| +++ b/components/leveldb_proto/proto_database_impl_unittest.cc
|
| @@ -83,13 +83,13 @@ void ExpectEntryPointersEquals(EntryMap expected,
|
|
|
| class ProtoDatabaseImplTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| main_loop_.reset(new MessageLoop());
|
| db_.reset(
|
| new ProtoDatabaseImpl<TestProto>(main_loop_->message_loop_proxy()));
|
| }
|
|
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| db_.reset();
|
| base::RunLoop().RunUntilIdle();
|
| main_loop_.reset();
|
|
|