| Index: components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc
|
| diff --git a/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc b/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc
|
| index fb6e4b864add1172958f18267f13ecb2e732407e..28506298cff2d6f394c2b19f2d8b38f4007c6289 100644
|
| --- a/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc
|
| +++ b/components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc
|
| @@ -8,6 +8,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| +#include "base/prefs/pref_registry_simple.h"
|
| +#include "base/prefs/testing_pref_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/test/histogram_tester.h"
|
| #include "components/autofill/core/browser/autofill_client.h"
|
| @@ -15,8 +17,6 @@
|
| #include "components/autofill/core/browser/autofill_test_utils.h"
|
| #include "components/autofill/core/browser/ui/card_unmask_prompt_view.h"
|
| #include "components/autofill/core/common/autofill_pref_names.h"
|
| -#include "components/prefs/pref_registry_simple.h"
|
| -#include "components/prefs/testing_pref_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace autofill {
|
|
|