| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index 401731ce4212081f71ab374ee23f1f95b2466713..1ecd4131fbabe2fe6713d7af682c0b622718115c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -1133,10 +1133,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest,
|
| EXPECT_TRUE(test_view->IsShowingOverlay());
|
|
|
| EXPECT_CALL(*controller()->GetTestingWalletClient(), GetFullWallet(_));
|
| - scoped_ptr<risk::Fingerprint> fingerprint(new risk::Fingerprint());
|
| - fingerprint->mutable_machine_characteristics()->mutable_screen_size()->
|
| - set_width(1024);
|
| - controller()->OnDidLoadRiskFingerprintData(fingerprint.Pass());
|
| + controller()->OnDidLoadRiskFingerprintData("a");
|
|
|
| controller()->OnDidGetFullWallet(
|
| wallet::GetTestFullWalletWithRequiredActions(
|
|
|