summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbraffert@chromium.org <braffert@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 17:50:21 +0000
committerbraffert@chromium.org <braffert@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 17:50:21 +0000
commitafdf726f95ef082823522793d82f627d73895e9e (patch)
treed2dd80e95f79756c443b7fe316ed437346c8091b
parent1bff52a5d64ccf1e96a954e971a5967eb6214001 (diff)
downloadchromium_src-afdf726f95ef082823522793d82f627d73895e9e.zip
chromium_src-afdf726f95ef082823522793d82f627d73895e9e.tar.gz
chromium_src-afdf726f95ef082823522793d82f627d73895e9e.tar.bz2
Fix comma spacing in autofill sync performance tests.
BUG= TEST= Review URL: http://codereview.chromium.org/7218037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90974 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/live_sync/performance_live_autofill_sync_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/live_sync/performance_live_autofill_sync_test.cc b/chrome/test/live_sync/performance_live_autofill_sync_test.cc
index 4bc6329..456d32b 100644
--- a/chrome/test/live_sync/performance_live_autofill_sync_test.cc
+++ b/chrome/test/live_sync/performance_live_autofill_sync_test.cc
@@ -97,7 +97,7 @@ const AutofillProfile PerformanceLiveAutofillSyncTest::NextAutofillProfile() {
AutofillProfile profile;
autofill_test::SetProfileInfoWithGuid(&profile, NextGUID().c_str(),
NextName().c_str(), "", "", "", "", "",
- "", "" ,"" ,"" ,"" ,"", "");
+ "", "", "", "", "", "", "");
return profile;
}