| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| index be8bb73408ebc89145f6441a5bf90f39470a8664..e8b82bd95eeae4c99120ac5cba0fae67846cb3a7 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| @@ -227,9 +227,7 @@ class AutofillProfileSyncableServiceTest : public testing::Test {
|
| public:
|
| AutofillProfileSyncableServiceTest() {}
|
|
|
| - virtual void SetUp() override {
|
| - sync_processor_.reset(new MockSyncChangeProcessor);
|
| - }
|
| + void SetUp() override { sync_processor_.reset(new MockSyncChangeProcessor); }
|
|
|
| // Wrapper around AutofillProfileSyncableService::MergeDataAndStartSyncing()
|
| // that also verifies expectations.
|
|
|