| Index: chrome/browser/automation/automation_util.h
|
| diff --git a/chrome/browser/automation/automation_util.h b/chrome/browser/automation/automation_util.h
|
| index 942a08b4959cd00e0f7f69fa3751710e3e42d198..8a63c8e86b8ee2028ce298f1bcaa2eb1fdc8a930 100644
|
| --- a/chrome/browser/automation/automation_util.h
|
| +++ b/chrome/browser/automation/automation_util.h
|
| @@ -15,7 +15,8 @@ class AutomationProvider;
|
| class Browser;
|
| class GURL;
|
| class Profile;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| class RenderViewHost;
|
|
|