| 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 401083ff418453a5fe107fdf9aa716f0a90faab3..6d7d984153b3d4939e2b60360fa8fb8ebd387ac6 100644
|
| --- a/components/offline_pages/content/background_loader/background_loader_contents.h
|
| +++ b/components/offline_pages/content/background_loader/background_loader_contents.h
|
| @@ -75,6 +75,8 @@ class BackgroundLoaderContents : public content::WebContentsDelegate {
|
|
|
| private:
|
| friend class BackgroundLoaderContentsTest;
|
| + friend class BackgroundLoaderContentsStub;
|
| +
|
| BackgroundLoaderContents();
|
|
|
| std::unique_ptr<content::WebContents> web_contents_;
|
|
|