| Index: chrome/browser/ui/cocoa/applescript/tab_applescript.h
|
| diff --git a/chrome/browser/ui/cocoa/applescript/tab_applescript.h b/chrome/browser/ui/cocoa/applescript/tab_applescript.h
|
| index b21d8faf476ff6a1900f326347498d71c17d6e74..dd319416f27c8ffb055299515d44ee363483329d 100644
|
| --- a/chrome/browser/ui/cocoa/applescript/tab_applescript.h
|
| +++ b/chrome/browser/ui/cocoa/applescript/tab_applescript.h
|
| @@ -9,7 +9,8 @@
|
|
|
| #import "chrome/browser/ui/cocoa/applescript/element_applescript.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Represents a tab scriptable item in applescript.
|
| @interface TabAppleScript : ElementAppleScript {
|
|
|