| 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 f13277299c5626e66e662bc25bf2e5a6b8bdc9ff..5dc372cfd6223361231ee681689cb8507a4b5d07 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -38,7 +38,7 @@ class ProfileWriterTest : public testing::Test {
|
| : ui_thread_(BrowserThread::UI, &loop_),
|
| file_thread_(BrowserThread::FILE, &loop_) {
|
| }
|
| - virtual ~ProfileWriterTest() {}
|
| + ~ProfileWriterTest() override {}
|
|
|
| // Create test bookmark entries to be added to ProfileWriter to
|
| // simulate bookmark importing.
|
|
|