| 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 4b4e5b1f244225ea3059d019f23cc916d0047456..e649d51268a541569f548eb8ae1a3465d2eb68b6 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h
|
| @@ -29,7 +29,6 @@
|
| class BackingStore;
|
| class SkBitmap;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| namespace content {
|
| class WebContents;
|
| } // namespace content
|
| @@ -154,7 +153,7 @@ class ToDataUrlOffscreenTabFunction : public CaptureVisibleTabFunction {
|
|
|
| // CaptureVisibleTabFunction:
|
| virtual bool GetTabToCapture(content::WebContents** web_contents,
|
| - TabContentsWrapper** wrapper) OVERRIDE;
|
| + TabContents** tab_contents) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ToDataUrlOffscreenTabFunction);
|
|
|