#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_ADDRESSES_AUTOFILL_PROFILE_SYNC_DIFFERENCE_TRACKER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_ADDRESSES_AUTOFILL_PROFILE_SYNC_DIFFERENCE_TRACKER_H_
#include <map>
#include <memory>
#include <optional>
#include <set>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
namespace syncer {
class ModelError;
}
namespace autofill {
class AutofillProfile;
class AutofillProfileComparator;
class AddressAutofillTable;
class AutofillProfileSyncDifferenceTracker { … };
class AutofillProfileInitialSyncDifferenceTracker
: public AutofillProfileSyncDifferenceTracker { … };
}
#endif