| Index: chrome/common/automation_messages.h
|
| ===================================================================
|
| --- chrome/common/automation_messages.h (revision 178042)
|
| +++ chrome/common/automation_messages.h (working copy)
|
| @@ -54,7 +54,7 @@
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ExternalTabSettings)
|
| - IPC_STRUCT_MEMBER(gfx::AcceleratedWidget, parent)
|
| + IPC_STRUCT_MEMBER(gfx::NativeWindow, parent)
|
| IPC_STRUCT_MEMBER(gfx::Rect, dimensions)
|
| IPC_STRUCT_MEMBER(unsigned int, style)
|
| IPC_STRUCT_MEMBER(bool, is_incognito)
|
|
|