| Index: chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| index ee429f66f1c35795e1cb67e4a07a6a3407acd32e..5c517169697a527d42218f52fb41c56b67ef455f 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc
|
| @@ -9,7 +9,7 @@
|
| #include "chrome/browser/sync/test/integration/autofill_helper.h"
|
| #include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/single_client_status_change_checker.h"
|
| -#include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| +#include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/browser/web_data_service_factory.h"
|
| #include "components/autofill/core/browser/credit_card.h"
|
| @@ -24,7 +24,6 @@
|
| #include "content/public/browser/notification_service.h"
|
|
|
| using autofill_helper::GetPersonalDataManager;
|
| -using sync_integration_test_util::AwaitCommitActivityCompletion;
|
|
|
| namespace {
|
|
|
|
|