| Index: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| diff --git a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| index aa4f099a817eecf0f3e8de750b5a87204fd1893d..9650ad8a934e10c067070d5d37f4c1cd7aa0fc72 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| @@ -27,10 +27,10 @@
|
|
|
| class BackingStore;
|
| class SkBitmap;
|
| -class TabContents;
|
| +
|
| namespace content {
|
| class WebContents;
|
| -} // namespace content
|
| +}
|
|
|
| // Creates an offscreen tab.
|
| class CreateOffscreenTabFunction : public SyncExtensionFunction {
|
|
|