| Index: chrome/browser/automation/automation_util.h
|
| diff --git a/chrome/browser/automation/automation_util.h b/chrome/browser/automation/automation_util.h
|
| index 8a63c8e86b8ee2028ce298f1bcaa2eb1fdc8a930..a611288c30440e7e857b65daca11676ee7b7ec8b 100644
|
| --- a/chrome/browser/automation/automation_util.h
|
| +++ b/chrome/browser/automation/automation_util.h
|
| @@ -16,7 +16,6 @@ class Browser;
|
| class GURL;
|
| class Profile;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace content {
|
| class RenderViewHost;
|
| @@ -93,7 +92,7 @@ bool SendErrorIfModalDialogActive(AutomationProvider* provider,
|
| IPC::Message* message);
|
|
|
| // Returns a valid automation ID for the given tab.
|
| -AutomationId GetIdForTab(const TabContentsWrapper* tab);
|
| +AutomationId GetIdForTab(const TabContents* tab);
|
|
|
| // Returns a valid automation ID for the extension view.
|
| AutomationId GetIdForExtensionView(
|
|
|