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 690d9de5b08afe67d51bb087eaf2e7ebbd3f8cbb..be8bb73408ebc89145f6441a5bf90f39470a8664 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 |
@@ -107,17 +107,16 @@ class MockSyncChangeProcessor : public syncer::SyncChangeProcessor { |
class TestSyncChangeProcessor : public syncer::SyncChangeProcessor { |
public: |
TestSyncChangeProcessor() {} |
- virtual ~TestSyncChangeProcessor() {} |
+ ~TestSyncChangeProcessor() override {} |
- virtual syncer::SyncError ProcessSyncChanges( |
+ syncer::SyncError ProcessSyncChanges( |
const tracked_objects::Location& location, |
const syncer::SyncChangeList& changes) override { |
changes_ = changes; |
return syncer::SyncError(); |
} |
- virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const |
- override { |
+ syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const override { |
return syncer::SyncDataList(); |
} |