#ifndef CHROME_BROWSER_UI_AUTOFILL_UPDATE_ADDRESS_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_AUTOFILL_UPDATE_ADDRESS_BUBBLE_CONTROLLER_H_
#include <string>
#include "base/functional/callback_forward.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/data_model/autofill_profile.h"
#include "content/public/browser/web_contents_observer.h"
namespace autofill {
class AddressBubbleControllerDelegate;
class UpdateAddressBubbleController : public content::WebContentsObserver { … };
}
#endif