| Index: chrome/browser/importer/profile_writer_unittest.cc
|
| diff --git a/chrome/browser/importer/profile_writer_unittest.cc b/chrome/browser/importer/profile_writer_unittest.cc
|
| index 743d1a70a774f5673107c63f7c804f65a37f77c9..afe24e62bb86bea5c9776fd49f116ad24f8a1df2 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -29,7 +29,7 @@ class TestProfileWriter : public ProfileWriter {
|
| public:
|
| explicit TestProfileWriter(Profile* profile) : ProfileWriter(profile) {}
|
| protected:
|
| - virtual ~TestProfileWriter() {}
|
| + ~TestProfileWriter() override {}
|
| };
|
|
|
| class ProfileWriterTest : public testing::Test {
|
|
|