| Index: chrome/browser/background/background_application_list_model_unittest.cc
|
| diff --git a/chrome/browser/background/background_application_list_model_unittest.cc b/chrome/browser/background/background_application_list_model_unittest.cc
|
| index 7da262595519bda6b304bdb887b8a5074cfb2e07..ffd65d0f3f66c891342df14903fc3daaaef6d973 100644
|
| --- a/chrome/browser/background/background_application_list_model_unittest.cc
|
| +++ b/chrome/browser/background/background_application_list_model_unittest.cc
|
| @@ -47,7 +47,7 @@ class BackgroundApplicationListModelTest
|
| : public extensions::ExtensionServiceTestBase {
|
| public:
|
| BackgroundApplicationListModelTest() {}
|
| - virtual ~BackgroundApplicationListModelTest() {}
|
| + ~BackgroundApplicationListModelTest() override {}
|
|
|
| protected:
|
| void InitializeAndLoadEmptyExtensionService() {
|
|
|