#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_FIELD_PROMO_VIEW_IMPL_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_FIELD_PROMO_VIEW_IMPL_H_
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/autofill/autofill_field_promo_view.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/view.h"
namespace content {
class WebContents;
}
namespace gfx {
class RectF;
}
namespace ui {
class ElementIdentifier;
}
namespace autofill {
class AutofillFieldPromoViewImpl : public AutofillFieldPromoView,
public views::View { … };
}
#endif