#ifndef CONTENT_BROWSER_BACKGROUND_FETCH_BACKGROUND_FETCH_DATA_MANAGER_OBSERVER_H_
#define CONTENT_BROWSER_BACKGROUND_FETCH_BACKGROUND_FETCH_DATA_MANAGER_OBSERVER_H_
#include <memory>
#include <optional>
#include <vector>
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom.h"
class SkBitmap;
namespace net {
class IsolationInfo;
}
namespace content {
class BackgroundFetchRegistrationId;
class BackgroundFetchRequestInfo;
class BackgroundFetchDataManagerObserver { … };
}
#endif