#ifndef CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_REQUEST_EXTENSION_REQUEST_NOTIFICATION_H_
#define CHROME_BROWSER_ENTERPRISE_REPORTING_EXTENSION_REQUEST_EXTENSION_REQUEST_NOTIFICATION_H_
#include <memory>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "ui/message_center/public/cpp/notification_delegate.h"
namespace message_center {
class Notification;
}
class Profile;
namespace enterprise_reporting {
class ExtensionRequestNotification
: public message_center::NotificationObserver { … };
}
#endif