| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4cbdee85bed13af81770caa2ad2fda8937e28055..6ccb2c2d1fb02e5db2bc917c012bd7d38c430bb5 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)
|
|
|