#ifndef CHROME_BROWSER_USER_ANNOTATIONS_USER_ANNOTATIONS_WEB_CONTENTS_OBSERVER_H_
#define CHROME_BROWSER_USER_ANNOTATIONS_USER_ANNOTATIONS_WEB_CONTENTS_OBSERVER_H_
#include <memory>
#include "base/memory/raw_ref.h"
#include "base/memory/weak_ptr.h"
#include "components/autofill/content/browser/scoped_autofill_managers_observation.h"
#include "components/autofill/core/browser/autofill_manager.h"
namespace ui {
struct AXTreeUpdate;
}
namespace user_annotations {
class UserAnnotationsService;
class UserAnnotationsWebContentsObserver
: public autofill::AutofillManager::Observer { … };
}
#endif