Home
last modified time | relevance | path

Searched refs:profile1_changed (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dweb_data_service_unittest.cc346 AutofillProfile profile1_changed(profile1); in TEST_F() local
347 profile1_changed.SetInfo(NAME_FIRST, ASCIIToUTF16("Bill")); in TEST_F()
349 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed); in TEST_F()
360 wds_->UpdateAutofillProfile(profile1_changed); in TEST_F()
370 EXPECT_EQ(profile1_changed, *consumer2.result()[0]); in TEST_F()