| Index: chrome/browser/ui/snapshot_tab_helper.h
|
| diff --git a/chrome/browser/ui/snapshot_tab_helper.h b/chrome/browser/ui/snapshot_tab_helper.h
|
| index 3870ffd631e351befc25673a4885130a8eecfc95..277162138d155920c15e0ffcf0225b2db6705099 100644
|
| --- a/chrome/browser/ui/snapshot_tab_helper.h
|
| +++ b/chrome/browser/ui/snapshot_tab_helper.h
|
| @@ -9,7 +9,8 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| class SkBitmap;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Per-tab class to handle snapshot functionality.
|
| class SnapshotTabHelper : public content::WebContentsObserver {
|
|
|