| Index: chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| index 8612fea8f1f4c51f9a9dbb8e0feb74c5b49701e1..b8e86ad09fe95de25a09852d9179450541feb4e1 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| @@ -81,7 +81,7 @@ class TwoClientAppListSyncTest : public SyncTest {
|
| public:
|
| TwoClientAppListSyncTest() : SyncTest(TWO_CLIENT_LEGACY) {}
|
|
|
| - virtual ~TwoClientAppListSyncTest() {}
|
| + ~TwoClientAppListSyncTest() override {}
|
|
|
| // SyncTest
|
| void SetUpCommandLine(CommandLine* command_line) override {
|
| @@ -518,13 +518,13 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppListSyncTest, RemoveDefault) {
|
| class TwoClientAppListSyncFolderTest : public TwoClientAppListSyncTest {
|
| public:
|
| TwoClientAppListSyncFolderTest() {}
|
| - virtual ~TwoClientAppListSyncFolderTest() {}
|
| + ~TwoClientAppListSyncFolderTest() override {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| TwoClientAppListSyncTest::SetUpCommandLine(command_line);
|
| }
|
|
|
| - virtual bool SetupClients() override {
|
| + bool SetupClients() override {
|
| bool res = TwoClientAppListSyncTest::SetupClients();
|
| app_list::AppListSyncableService* verifier_service =
|
| app_list::AppListSyncableServiceFactory::GetForProfile(verifier());
|
|
|