| Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| index 1df9a3467cfda708b77c4c32426f5354e2f3c1b2..7d42cd42be9c7befb9ac80b91709127bc1756096 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| @@ -36,7 +36,7 @@ class OffscreenTab; // Forward declaration. See below.
|
| //
|
| // This class operates exclusively on the UI thread and so is not thread-safe.
|
| class OffscreenTabsOwner
|
| - : protected content::WebContentsUserData<OffscreenTabsOwner> {
|
| + : public content::WebContentsUserData<OffscreenTabsOwner> {
|
| public:
|
| ~OffscreenTabsOwner() final;
|
|
|
|
|