| Index: components/autofill/core/browser/webdata/autocomplete_sync_bridge_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/autocomplete_sync_bridge_unittest.cc b/components/autofill/core/browser/webdata/autocomplete_sync_bridge_unittest.cc
|
| index 596d67d1812fa2ca7eb1436a2ea8a8706f35ef85..4e7fd4232e3583ed5ffdbf0d409ff5b7be967d21 100644
|
| --- a/components/autofill/core/browser/webdata/autocomplete_sync_bridge_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/autocomplete_sync_bridge_unittest.cc
|
| @@ -28,7 +28,6 @@ using sync_pb::AutofillSpecifics;
|
| using sync_pb::EntitySpecifics;
|
| using syncer::EntityDataPtr;
|
| using syncer::EntityData;
|
| -using syncer::SyncError;
|
|
|
| namespace autofill {
|
|
|
| @@ -42,9 +41,7 @@ void VerifyEqual(const AutofillSpecifics& s1, const AutofillSpecifics& s2) {
|
| }
|
|
|
| void VerifyDataBatch(std::map<std::string, AutofillSpecifics> expected,
|
| - SyncError error,
|
| std::unique_ptr<syncer::DataBatch> batch) {
|
| - EXPECT_FALSE(error.IsSet());
|
| while (batch->HasNext()) {
|
| const syncer::KeyAndData& pair = batch->Next();
|
| auto iter = expected.find(pair.first);
|
|
|