#include "third_party/blink/renderer/modules/manifest/manifest_change_notifier.h"
#include <utility>
#include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/modules/manifest/manifest_manager.h"
namespace blink {
ManifestChangeNotifier::ManifestChangeNotifier(LocalDOMWindow& window)
: … { … }
ManifestChangeNotifier::~ManifestChangeNotifier() = default;
void ManifestChangeNotifier::Trace(Visitor* visitor) const { … }
void ManifestChangeNotifier::DidChangeManifest() { … }
void ManifestChangeNotifier::ReportManifestChange() { … }
void ManifestChangeNotifier::EnsureManifestChangeObserver() { … }
}