| Index: chrome/common/automation_messages_internal.h
|
| diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
|
| similarity index 99%
|
| rename from chrome/test/automation/automation_messages_internal.h
|
| rename to chrome/common/automation_messages_internal.h
|
| index 89aba25c8cb64fd63973cfec64aabc7c2d19cb9e..97e0a20c6d2c0548fbf1d8a620c6258d7356fad2 100644
|
| --- a/chrome/test/automation/automation_messages_internal.h
|
| +++ b/chrome/common/automation_messages_internal.h
|
| @@ -612,7 +612,7 @@ IPC_BEGIN_MESSAGES(Automation)
|
| // - int: handle of the tab
|
| // Response:
|
| // - bool: whether the operation was successful.
|
| - // - NavigationEntry::PageType: the type of the page currently displayed.
|
| + // - PageType: the type of the page currently displayed.
|
| IPC_SYNC_MESSAGE_ROUTED1_2(AutomationMsg_GetPageType, int, bool,
|
| NavigationEntry::PageType)
|
|
|
|
|