| 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 48b11a48d501b39e1fd7388f2a13c619cd8ca3a9..0c3683ae51003ced7e172909dfd74fbdf1f6eb9a 100644
|
| --- a/components/password_manager/core/browser/password_syncable_service_unittest.cc
|
| +++ b/components/password_manager/core/browser/password_syncable_service_unittest.cc
|
| @@ -162,7 +162,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 {
|
| + virtual SyncDataList GetAllSyncData(syncer::ModelType type) const override {
|
| NOTREACHED();
|
| return SyncDataList();
|
| }
|
|
|