#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_EDIT_ADDRESS_PROFILE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_EDIT_ADDRESS_PROFILE_VIEW_H_
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "ui/views/window/dialog_delegate.h"
namespace content {
class WebContents;
}
namespace autofill {
class EditAddressProfileDialogController;
class AddressEditorView;
class EditAddressProfileView : public AutofillBubbleBase,
public views::DialogDelegateView { … };
}
#endif