| Index: chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| index 6deb9c7a856df7b443ee970566a6b87fc1c5c8a1..65b1717b38a151bc9beb5b60111110fc55f93060 100644
|
| --- a/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc
|
| @@ -127,7 +127,7 @@ const AutofillProfile AutofillSyncPerfTest::NextAutofillProfile() {
|
| AutofillProfile profile;
|
| autofill_test::SetProfileInfoWithGuid(&profile, NextGUID().c_str(),
|
| NextName().c_str(), "", "", "", "", "",
|
| - "", "", "", "", "", "", "");
|
| + "", "", "", "", "", "");
|
| return profile;
|
| }
|
|
|
|
|