| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 144430ad4ca7bd3ca4dd61a337b5d324ab872433..960b2fe57784d9a1e0eed674b74eef0b4aeed618 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -435,7 +435,7 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
| IPC_STRUCT_MEMBER(content::RendererPreferences, renderer_preferences)
|
|
|
| // Preferences for this view.
|
| - IPC_STRUCT_MEMBER(WebPreferences, web_preferences)
|
| + IPC_STRUCT_MEMBER(content::WebPreferences, web_preferences)
|
|
|
| // The ID of the view to be created.
|
| IPC_STRUCT_MEMBER(int32, view_id)
|
| @@ -572,7 +572,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
|
|
|
| // This passes a set of webkit preferences down to the renderer.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
|
| - WebPreferences)
|
| + content::WebPreferences)
|
|
|
| // Informs the renderer that the timezone has changed.
|
| IPC_MESSAGE_CONTROL0(ViewMsg_TimezoneChange)
|
|
|