#ifndef COMPONENTS_OFFLINE_PAGES_CONTENT_BACKGROUND_LOADER_BACKGROUND_LOADER_CONTENTS_H_
#define COMPONENTS_OFFLINE_PAGES_CONTENT_BACKGROUND_LOADER_BACKGROUND_LOADER_CONTENTS_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "content/public/browser/web_contents_delegate.h"
#include "url/gurl.h"
namespace content {
class WebContents;
class BrowserContext;
}
namespace background_loader {
class BackgroundLoaderContents : public content::WebContentsDelegate { … };
}
#endif