| Index: components/offline_pages/content/background_loader/background_loader_contents.h
|
| diff --git a/components/offline_pages/content/background_loader/background_loader_contents.h b/components/offline_pages/content/background_loader/background_loader_contents.h
|
| index 3ea2460d2d2ea8246fa4dfa8f674b8e89c8d0590..401083ff418453a5fe107fdf9aa716f0a90faab3 100644
|
| --- a/components/offline_pages/content/background_loader/background_loader_contents.h
|
| +++ b/components/offline_pages/content/background_loader/background_loader_contents.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/callback.h"
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "url/gurl.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| +class BrowserContext;
|
| }
|
|
|
| namespace background_loader {
|
| @@ -74,6 +74,9 @@ class BackgroundLoaderContents : public content::WebContentsDelegate {
|
| content::MediaStreamType type) override;
|
|
|
| private:
|
| + friend class BackgroundLoaderContentsTest;
|
| + BackgroundLoaderContents();
|
| +
|
| std::unique_ptr<content::WebContents> web_contents_;
|
| content::BrowserContext* browser_context_;
|
|
|
|
|