Index: components/autofill/core/browser/autofill_experiments.h |
diff --git a/components/autofill/core/browser/autofill_experiments.h b/components/autofill/core/browser/autofill_experiments.h |
index 13b3b15300e72b60398975721c2d988f7d60a5e3..d4ae183cf207edbf2d666fd9d99cde6ec303a766 100644 |
--- a/components/autofill/core/browser/autofill_experiments.h |
+++ b/components/autofill/core/browser/autofill_experiments.h |
@@ -7,16 +7,16 @@ |
#include <string> |
+class PrefService; |
+ |
namespace base { |
struct Feature; |
} |
-namespace sync_driver { |
+namespace syncer { |
class SyncService; |
} |
-class PrefService; |
- |
namespace autofill { |
extern const base::Feature kAutofillCreditCardAssist; |
@@ -57,7 +57,7 @@ bool OfferStoreUnmaskedCards(); |
// requires the appropriate flags and user settings to be true and the user to |
// be a member of a supported domain. |
bool IsCreditCardUploadEnabled(const PrefService* pref_service, |
- const sync_driver::SyncService* sync_service, |
+ const syncer::SyncService* sync_service, |
const std::string& user_email); |
} // namespace autofill |