Index: components/password_manager/core/browser/password_syncable_service_unittest.cc |
diff --git a/components/password_manager/core/browser/password_syncable_service_unittest.cc b/components/password_manager/core/browser/password_syncable_service_unittest.cc |
index ef181292db41f9b004fb0b7b75f77efd7c0bcabd..ac7b6efe30eaa6bc9fff87f6416d53ad5b2cb4d0 100644 |
--- a/components/password_manager/core/browser/password_syncable_service_unittest.cc |
+++ b/components/password_manager/core/browser/password_syncable_service_unittest.cc |
@@ -168,7 +168,7 @@ class MockSyncChangeProcessor : public syncer::SyncChangeProcessor { |
MOCK_METHOD2(ProcessSyncChanges, |
SyncError(const tracked_objects::Location&, |
const SyncChangeList& list)); |
- virtual SyncDataList GetAllSyncData(syncer::ModelType type) const override { |
+ SyncDataList GetAllSyncData(syncer::ModelType type) const override { |
NOTREACHED(); |
return SyncDataList(); |
} |