| Index: chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| index 96d80a2f06fe345842a5495ccba5e592a2d09845..1f1404e029436dd0d36a3b084541b1b70b543473 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| @@ -17,7 +17,7 @@ class SingleClientAppsSyncTest : public SyncTest {
|
| public:
|
| SingleClientAppsSyncTest() : SyncTest(SINGLE_CLIENT) {}
|
|
|
| - virtual ~SingleClientAppsSyncTest() {}
|
| + ~SingleClientAppsSyncTest() override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SingleClientAppsSyncTest);
|
|
|